#coroutine #generator #functional #streaming #monads

nightly pipes

Stream-based programming with compositional pipelines in Rust

1 unstable release

Uses old Rust 2015

0.0.1 Nov 21, 2014

#39 in #monads

22 downloads per month
Used in epsilonz

MIT license

4KB
73 lines

pipes.rs

Stream-based programming with compositional pipelines in Rust

build status

Documentation

See the API documentation here.

Requirements

  1. Rust
  2. Cargo

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

Dependencies

~12KB