Expand description
A prelude for compressed-intvec
.
This prelude is automatically imported when you use use compressed_intvec::prelude::*;
.
It exports all the most common types and traits.
Re-exportsยง
pub use crate::codec_spec::CodecSpec;
pub use crate::codec_spec::Encoding;
pub use crate::intvec::BEIntVec;
pub use crate::intvec::IntVec;
pub use crate::intvec::IntVecBuilder;
pub use crate::intvec::IntVecError;
pub use crate::intvec::IntVecFromIterBuilder;
pub use crate::intvec::IntVecIter;
pub use crate::intvec::IntVecReader;
pub use crate::intvec::LEIntVec;
pub use crate::sintvec::BESIntVec;
pub use crate::sintvec::LESIntVec;
pub use crate::sintvec::SIntVec;
pub use crate::sintvec::SIntVecBuilder;
pub use crate::sintvec::SIntVecIter;