Skip to content

A Rust crate for writing variable-size bytes into io::Write traited targets.

License

Notifications You must be signed in to change notification settings

shibii/variable_size_byte_writer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Rust crate for writing variable-size bytes into io::Write traited targets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages