No description
- Rust 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| benches | ||
| debian | ||
| src | ||
| .cargo_vcs_info.json | ||
| .gitignore | ||
| .travis.yml | ||
| Cargo.lock | ||
| Cargo.toml | ||
| Cargo.toml.orig | ||
| LICENSE-APACHE | ||
| LICENSE-MIT | ||
| README.md | ||
smallbitvec
A bit vector that is the size of a pointer, and can store data either inline or
on the heap. Like the bit-vec crate but optimized for small inline size and
reduced allocations.