Expand description
Hjson Serialization
This module provides for Hjson serialization with the type Serializer.
Structs
- A structure for serializing Rust values into Hjson.
Traits
- This trait abstracts away serializing the JSON control characters
Functions
- Serializes and escapes a
&[u8]into a Hjson string. - Serializes and escapes a
&strinto a Hjson key. - Serializes and escapes a
&strinto a Hjson string. - Encode the specified struct into a Hjson
Stringbuffer. - Encode the specified struct into a Hjson
Stringbuffer. And remove all whitespace - Encode the specified struct into a Hjson
Stringbuffer. - Encode the specified struct into a Hjson
Stringbuffer. - Encode the specified struct into a Hjson
[u8]buffer. - Encode the specified struct into a Hjson
[u8]buffer. - Encode the specified struct into a Hjson
[u8]buffer. - Encode the specified struct into a Hjson
[u8]writer. - Encode the specified struct into a Hjson
[u8]writer. - Encode the specified struct into a Hjson
[u8]writer.