compressed-intvec 0.6.0

Space-efficient integer vectors with fixed-width, variable-length, and sequence-oriented encodings.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod test_backend;
mod test_macros;
mod test_search;
#[cfg(feature = "serde")]
mod test_serde;
mod test_atomic;
mod test_capacity;
mod test_chunks;
mod test_fixed;
mod test_in_place;
mod test_iter;
mod test_low_level_apis;
mod test_parallel;
mod test_proxy;
mod test_slice;