musli_core/hint/
mod.rs

1//! Core encoding hints.
2//!
3//! These are passed when encoding or decoding different types.
4
5mod map_hint;
6pub use self::map_hint::MapHint;
7
8mod sequence_hint;
9pub use self::sequence_hint::SequenceHint;