Crate musli_value

Source
Expand description

github crates.io docs.rs

Value support for Müsli suitable for buffering and interchange between formats.

Structs§

AsValueDecoder
Value’s AsDecoder implementation.
Error
An error raised when encoding or decoding Value.

Enums§

Value
A dynamic value capable of representing any Müsli type whether it be complex or simple.

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.