2 releases
Uses old Rust 2015
0.0.2 | Nov 26, 2014 |
---|---|
0.0.1 | Nov 21, 2014 |
#5 in #stackless
Used in epsilonz
11KB
367 lines
monad.rs
Stackless monads in Rust
The mdo!
macro is based on upon rust-mdo but modified to work with the different structures here.
Documentation
See the API documentation here.
Requirements
You can install both with the following:
$ curl -s https://static.rust-lang.org/rustup.sh | sudo sh
See Installing Rust for further details.
Usage
$ cargo build ## build library and binary
$ cargo test ## run tests in ./tests
$ cargo bench ## run benchmarks in ./benches
lib.rs
:
This crate implements various monad structures.
Dependencies
~16KB