variable_size_byte_writer 0.1.5

A library for writing variable-size bytes into io::Write traited targets.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.typenum]
version = "1.9.0"

[dependencies.typenum_loops]
version = "0.2.0"

[package]
authors = ["Seppo Kilpeläinen <seppo.kilpelainen@gmail.com>"]
description = "A library for writing variable-size bytes into io::Write traited targets."
documentation = "https://docs.rs/variable_size_byte_writer"
keywords = ["binary"]
license = "MIT"
name = "variable_size_byte_writer"
repository = "https://github.com/shibii/variable_size_byte_writer"
version = "0.1.5"