Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]

name = "bitrw"

version = "0.2.0"

authors = ["Sergey Shandar"]

description = "Bit Read/Write"

license = "Apache-2.0"

repository = "https://github.com/rust-common/bitrw"



[dependencies]

base2 = "^0.2.2"

int = "^0.2.10"