bitstream-rs 0.1.1

Crate for reading and writing single bit values from ordinary Readers and Writers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "bitstream-rs"
version = "0.1.1"
repository = "https://github.com/WanzenBug/bitstream"
license = "MIT"
description = "Crate for reading and writing single bit values from ordinary Readers and Writers"

readme = "README.md"

authors = ["WanzenBug <moritz.wanzenboeck@gmail.com>"]

[lib]
name = "bitstream"
path = "src/lib.rs"