Expand description
Hjson Deserialization
This module provides for Hjson deserialization with the type Deserializer.
Structs§
- A structure that deserializes Hjson into Rust values.
- Iterator that deserializes a stream into multiple Hjson values.
Functions§
- Decodes a Hjson value from an iterator over an iterator
Iterator<Item=u8>. - Decodes a Hjson value from a
std::io::Read. - Decodes a Hjson value from a byte slice
&[u8]. - Decodes a Hjson value from a
&str.