| Crates.io | monad_macros |
| lib.rs | monad_macros |
| version | 0.0.1 |
| created_at | 2014-11-21 04:42:17.35738+00 |
| updated_at | 2015-12-11 23:54:29.779751+00 |
| description | Stackless monads in Rust |
| homepage | |
| repository | https://github.com/epsilonz/monad.rs |
| max_upload_size | |
| id | 215 |
| size | 1,209 |
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