A rust library oferring input streams similar to C++'s *fstreams.
Module documentation with example.
This crate is on crates.io and be used
by adding input-stream
to the dependencies in your project's Cargo.toml
:
toml
[dependencies]
input-stream = "0.3.0"
and this in your crate root:
rust
extern crate input_stream
input-stream
is distributed under the MIT license.
See LICENSE.txt for details