Expand description
Value support for Müsli suitable for buffering and interchange between formats.
Structs§
- AsValue
Decoder - Value’s AsDecoder implementation.
- Error
- An error raised when encoding or decoding
Value
.
Enums§
Functions§
- decode
- Decode a Value into a type which implements Decode.
- decode_
with - Decode a Value into a type which implements Decode using a custom context.
- encode
- Encode something that implements Encode into a Value.
Type Aliases§
- Result
- Convenient result alias for use with
musli_value
.