[go: up one dir, main page]

Module decode

Source

Re-exports§

pub use self::value::read_value;
pub use self::value::read_value_with_max_depth;
pub use self::value_ref::read_value_ref;
pub use self::value_ref::read_value_ref_with_max_depth;

Modules§

value
value_ref

Enums§

Error
This type represents all possible errors that can occur when deserializing a value.

Constants§

MAX_DEPTH
The maximum recursion depth before Error::DepthLimitExceeded is returned.