1//! Utility functions for bit manipulation and byte-to-primitive type conversions. 2 3pub mod bits; 4pub mod converter;