Module rmpv::decode[][src]

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

Enums

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

Constants

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