compressed-intvec 0.6.0

Space-efficient integer vectors with fixed-width, variable-length, and sequence-oriented encodings.
Documentation
1
2
3
4
// Dichiara la sottodirectory 'common' come un modulo
mod common;
mod fixed;
mod variable;