bufstream-fresh 0.4.0

Fork of the bufstream crate. Buffered I/O for streams where each read/write half is separately buffered.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# bufstream-fresh

This is a fork of the [bufstream crate](https://github.com/alexcrichton/bufstream/issues/13).

Buffered I/O streams for reading/writing.

[Documentation](https://docs.rs/bufstream-fresh/)

## Usage

```toml
[dependencies]
bufstream-fresh = "0.3"
```