All Projects → alexcrichton → bufstream

alexcrichton / bufstream

Licence: other
A buffered I/O stream for Rust

Programming Languages

rust
11053 projects

bufstream

Buffered I/O streams for reading/writing

Build Status

Documentation

Usage

[dependencies]
bufstream = "0.1"

Tokio

There is support for tokio's AsyncRead + AsyncWrite traits through the tokio feature. When using this crate with asynchronous IO, make sure to properly flush the stream before dropping it since IO during drop may cause panics. For the same reason you should stay away from BufStream::into_inner.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].