Expand description
Core traits for Müsli.
Modules§
- Traits related to memory allocation.
- Traits for generically dealing with a decoding framework.
- Traits for generically dealing with an encoding framework.
- Core encoding hints.
- Type that describe a mode of encoding.
- Trait fills for
#[no_std]
environments.
Traits§
- Provides ergonomic access to the serialization context.
- Trait governing how types are decoded.
- Trait governing the implementation of a decoder.
- Trait governing how types are encoded.
- Trait governing how the encoder works.
Attribute Macros§
- This is an attribute macro that must be used when implementing a
Decoder
. - This is an attribute macro that must be used when implementing a
Encoder
. - This is an attribute macro that must be used when implementing a
Visitor
.
Derive Macros§
- Derive which automatically implements the
Decode
trait. - Derive which automatically implements the
Encode
trait.