variable_size_byte_writer 0.1.2

A library for writing variable-size bytes into io::Write traited targets.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]

name = "variable_size_byte_writer"

version = "0.1.2"

authors = ["Seppo Kilpeläinen <seppo.kilpelainen@gmail.com>"]

description = "A library for writing variable-size bytes into io::Write traited targets."

repository = "https://github.com/shibii/variable_size_byte_writer"

documentation = "https://docs.rs/variable_size_byte_writer"

keywords = ["binary"]

license = "MIT"



[dependencies]