musli-core 0.1.4

Core traits and types for the Müsli serialization framework.
Documentation
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;