musli_core/internal/
mod.rs

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