pipes

Crates.iopipes
lib.rspipes
version0.0.1
sourcesrc
created_at2014-11-21 05:01:05.138548
updated_at2015-12-11 23:54:49.267883
descriptionStream-based programming with compositional pipelines in Rust
homepage
repositoryhttps://github.com/epsilonz/pipes.rs
max_upload_size
id218
size6,184
(silvanshade)

documentation

http://www.rust-ci.org/epsilonz/pipes.rs/doc/pipes/

README

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
Commit count: 0

cargo fmt