Docs.rs
compressed-intvec-0.5.0
compressed-intvec 0.5.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
lukefleed
Dependencies
atomic ^0.5.3
normal
bytemuck ^1.23.1
normal
optional
common_traits ^0.12.0
normal
dsi-bitstream ^0.5.0
normal
mem_dbg ^0.3.0
normal
num-traits ^0.2.19
normal
parking_lot ^0.12.4
normal
rayon ^1.10.0
normal
optional
serde ^1.0.219
normal
optional
bincode ^1.3.3
dev
criterion ^0.5.1
dev
csv ^1.3.1
dev
rand ^0.9.0
dev
rand_distr ^0.5.0
dev
serde_json ^1.0.141
dev
succinct ^0.5.2
dev
sux ^0.8.0
dev
Versions
98.14%
of the crate is documented
Platform
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
Files
compressed_intvec/
lib.rs
1
#![doc =
include_str!
(
"../README.md"
)]
2
3
pub mod
fixed;
4
pub mod
prelude;
5
pub mod
variable;