bitvector 0.1.5

BitVector implementation in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dev-dependencies.rand]
version = "0.7.2"

[features]
unstable = []

[package]
authors = ["Hongjie Zhai <zhaihj@live.jp>"]
description = "BitVector implementation in Rust"
documentation = "http://zhaihj.github.io/doc/bitvector/index.html"
homepage = "https://github.com/zhaihj"
license = "MIT"
name = "bitvector"
readme = "Readme.md"
repository = "https://github.com/zhaihj/bitvector"
version = "0.1.5"