1 个不稳定版本
使用旧的 Rust 2015
0.0.1 | 2014年11月21日 |
---|
#6 in #协程
在 epsilonz 中使用
4KB
73 行
pipes.rs
使用 Rust 中的组合管道进行基于流的编程
文档
请参阅此处的 API 文档。
要求
您可以使用以下命令安装这两个软件
$ curl -s https://static.rust-lang.org/rustup.sh | sudo sh
有关安装 Rust 的详细信息,请参阅安装 Rust。
使用方法
$ cargo build ## build library and binary
$ cargo test ## run tests in ./tests
$ cargo bench ## run benchmarks in ./benches
依赖关系
~12KB