Skip to content

Haskell-like monadic do notation macro for Rust

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

bkoropoff/rust-monadic-do

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-monadic-do

This library provides a macro inspired by Haskell monadic do notation and "monad instances" for Option and Result. Due to current limitations on closures, many instances (e.g. for Iterator) are not possible or suboptimal.

About

Haskell-like monadic do notation macro for Rust

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages