6 releases
Uses old Rust 2015
0.1.5 | Nov 1, 2017 |
---|---|
0.1.4 | Nov 1, 2017 |
0.1.3 | Oct 31, 2017 |
#13 in #buffering
20KB
379 lines
variable_size_byte_writer
A Rust crate for writing variable-size bytes into io::Write
traited targets.
Writes are internally buffered and so the usage of any additional buffering such as std::io::BufWriter
is not recommended.
License
variable_size_byte_writer is distributed under the terms of MIT licence.
Dependencies
~160KB