Crates.io | monad |
lib.rs | monad |
version | 0.0.2 |
source | src |
created_at | 2014-11-21 04:42:39.625142 |
updated_at | 2015-12-11 23:54:29.779751 |
description | Stackless monads in Rust |
homepage | |
repository | https://github.com/epsilonz/monad.rs |
max_upload_size | |
id | 216 |
size | 14,422 |
Stackless monads in Rust
The mdo!
macro is based on upon rust-mdo but modified to work with the different structures here.
See the API documentation here.
You can install both with the following:
$ curl -s https://static.rust-lang.org/rustup.sh | sudo sh
See Installing Rust for further details.
$ cargo build ## build library and binary
$ cargo test ## run tests in ./tests
$ cargo bench ## run benchmarks in ./benches