Crates.io | pipes |
lib.rs | pipes |
version | 0.0.1 |
source | src |
created_at | 2014-11-21 05:01:05.138548 |
updated_at | 2015-12-11 23:54:49.267883 |
description | Stream-based programming with compositional pipelines in Rust |
homepage | |
repository | https://github.com/epsilonz/pipes.rs |
max_upload_size | |
id | 218 |
size | 6,184 |
Stream-based programming with compositional pipelines in Rust
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