Docs.rs
indexed_bitvec_core-4.0.0
indexed_bitvec_core 4.0.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
DarkOtter
Dependencies
proptest ^0.8
dev
quickcheck ^0.8
dev
rand ^0.6
dev
rand_xorshift ^0.1
dev
Versions
96%
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
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
indexed_
bitvec_
core
4.0.0
All Items
Crate Items
Modules
Crate
indexed_bitvec_core
Copy item path
Source
Expand description
Core operations to create indexes used to perform fast rank & select operations on bitvectors.
Modules
ยง
bits_
ref
Type to represent a reference to some bits, and basic count/rank/select functions for it.
index_
raw
The raw functions for building and using rank/select indexes.