/// A byte-packed vector of booleans.
////// The implementation is provided by [bitvec].
/// This is an alias for the specific type of [`bitvec::BitVec`] used in this crate.
pubtypeDisplayBitVec=bitvec::BitVec<u8, bitvec::Msb0>;pubmodbitvec{//! Re-export of the used library [`::bitvec`].
pubuse::bitvec::prelude::*;}