Docs.rs
rust-dense-bitset-0.1.1
rust-dense-bitset 0.1.1
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
ovheurdrive
Dependencies
criterion ^0.2
dev
Versions
88.89%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
rust_
dense_
bitset
0.1.1
All Items
Crate Items
Structs
Traits
Crate
rust_dense_bitset
Copy item path
Source
Structs
§
Dense
BitSet
Provides an efficient and compact
BitSet
implementation for up to 64 bits.
Dense
BitSet
Extended
Provides a dense
BitSet
implementation (only limited by available memory)
Traits
§
BitSet
Trait to define the basic functions of a
BitSet