Module serde_hjson::ser
[−]
[src]
Hjson Serialization
This module provides for Hjson serialization with the type Serializer
.
Structs
Serializer |
A structure for serializing Rust values into Hjson. |
Traits
Formatter |
This trait abstracts away serializing the JSON control characters |
Functions
escape_bytes |
Serializes and escapes a |
escape_key |
Serializes and escapes a |
ml_str |
Serializes and escapes a |
quote_str |
Serializes and escapes a |
to_string |
Encode the specified struct into a Hjson |
to_vec |
Encode the specified struct into a Hjson |
to_writer |
Encode the specified struct into a Hjson |