[][src]Module bitvec::prelude

bitvec Prelude

This collects the general public API into a single spot for inclusion, as use bitvec::prelude::*;, without polluting the root namespace of the crate.

Re-exports

pub use crate::bits::Bits;
pub use crate::bits::BitsMut;
pub use crate::cursor::Cursor;
pub use crate::cursor::BigEndian;
pub use crate::cursor::LittleEndian;
pub use crate::cursor::Local;
pub use crate::fields::BitField;
pub use crate::slice::BitSlice;
pub use crate::store::BitStore;
pub use crate::store::Word;
pub use crate::bitbox;
pub use crate::bitvec;
pub use crate::boxed::BitBox;
pub use crate::vec::BitVec;

Structs

BitMut

Heavy-weight equivalent to &mut bool.

Traits

BitAccess

Access interface for shared/mutable memory access.