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
/// Internal utilities shared across modules.
///
/// This module contains internal implementation details that are not part of
/// the public API. The contents are hidden from documentation and are not
/// accessible to external users.
pub(crate) mod codec_reader;
pub(crate) mod codec_writer;