input-stream 0.2.0

IO streams similar to C++'s streams
Documentation

input-stream

A rust library oferring input streams similar to C++'s *fstreams.

Build Status License: MIT

Documentation

Module documentation with example.

Usage

This crate is on crates.io and be used by adding input-stream to the dependencies in your project's Cargo.toml:

[dependencies]
input-stream = "0.2.0"

and this in your crate root:

extern crate input_stream

License

input-stream is distributed under the MIT license.

See LICENSE.txt for details