musli_core/hint/
mod.rs

1
2
3
4
5
6
7
8
9
//! Core encoding hints.
//!
//! These are passed when encoding or decoding different types.

mod map_hint;
pub use self::map_hint::MapHint;

mod sequence_hint;
pub use self::sequence_hint::SequenceHint;