Docs.rs
compressed-intvec-0.2.1
compressed-intvec 0.2.1
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
lukefleed
Dependencies
dsi-bitstream ^0.4.2
normal
mem_dbg ^0.1.8
normal
serde ^1.0.217
normal
optional
criterion ^0.5.1
dev
rand ^0.9.0
dev
rand_distr ^0.5.0
dev
Versions
91.14%
of the crate is documented
Go to latest version
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
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
codecs;
4
pub mod
intvec;