bufreaderwriter 0.1.2

Rust convenience struct that facilitates automatic switching between buffered reading and writing from a single underlying Read + Write + Seek instance (generally designed for `File`). BufReaderWriter moves the underlying instance between a BufReader and BufWriter as needed.
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 struct that facilitates automatic switching between buffered reading and writing from a single underlying Read + Write + Seek instance (generally designed for  `File`).  BufReaderWriter moves the underlying instance between a BufReader and BufWriter as needed."
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.1.2"