#io-write #byte #binary #targets #buffering #variable-size #traited

variable_size_byte_writer

A library for writing variable-size bytes into io::Write traited targets

6 releases

Uses old Rust 2015

0.1.5 Nov 1, 2017
0.1.4 Nov 1, 2017
0.1.3 Oct 31, 2017

#15 in #buffering

MIT license

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

~165KB