# jstream-ext This crate provides some additional extensions to the [futures](https://github.com/rust-lang/futures-rs) stream traits. ## Usage Add the following to your `Cargo.toml`: ```toml [dependencies] jstream-ext = "0.1" ```