bitvecbuf 0.1.0

Rust BitBuffer implemented around BitVec
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.bitvec]
version = "0.22.3"

[features]
nightly = []

[package]
authors = ["William Venner <william@venner.io>"]
description = "Rust BitBuffer implemented around BitVec"
edition = "2018"
license = "MIT"
name = "bitvecbuf"
repository = "https://github.com/WilliamVenner/bitvecbuf"
version = "0.1.0"