2 个版本
使用旧的 Rust 2015
0.0.2 | 2014年11月26日 |
---|---|
0.0.1 | 2014年11月21日 |
#5 in #stackless
用于 epsilonz
11KB
367 行
monad.rs
Rust 中的无栈 monad
该 mdo!
宏基于 rust-mdo,但进行了修改以适应这里的不同结构。
文档
请参阅此处 API 文档 这里。
要求
您可以使用以下命令安装它们:
$ curl -s https://static.rust-lang.org/rustup.sh | sudo sh
有关更多详细信息,请参阅 安装 Rust。
用法
$ cargo build ## build library and binary
$ cargo test ## run tests in ./tests
$ cargo bench ## run benchmarks in ./benches
lib.rs
:
此包实现了各种 monad 结构。
依赖项
~16KB