//! Prelude module for commonly used items.
//!
//! This module provides convenient access to the most commonly used types and traits
//! in the rust-bitfield-serializer library. Import this module to get started quickly:
//!
//! ```
//! use rust_bitfield_serializer::prelude::*;
//! ```
pub use cratebitfield;
pub use crateBitfieldSerializer;
pub use crate;
pub use crate;
pub use crate;