Module ron::de[][src]

Re-exports

pub use crate::error::Error;
pub use crate::error::ErrorCode;
pub use crate::error::Result;

Structs

The RON deserializer.

Functions

A convenience function for building a deserializer and deserializing a value of type T from bytes.

A convenience function for reading data from a reader and feeding into a deserializer.

A convenience function for building a deserializer and deserializing a value of type T from a string.