1pub(crate) mod fixed; 2pub(crate) mod macros; 3pub mod size_hint; 4pub(crate) use self::fixed::FixedVec;