bufreaderwriter 0.2.2

Rust convenience structs that facilitate automatic switching between buffered reading and writing from a single underlying IO instance. BufReaderWriterRand for random IO and BufReaderWriterSeq for sequential IO.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]
[dev-dependencies.tempfile]
version = "3.1.0"

[package]
authors = ["github.com/alemigo"]
categories = ["filesystem"]
description = "Rust convenience structs that facilitate automatic switching between buffered reading and writing from a single underlying IO instance.  BufReaderWriterRand for random IO and BufReaderWriterSeq for sequential IO."
documentation = "https://docs.rs/bufreaderwriter"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "bufreaderwriter"
readme = "README.md"
repository = "https://github.com/alemigo/bufreaderwriter-rs"
version = "0.2.2"