musli_core/internal/
mod.rs

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