Module ser

Module ser 

Source
Expand description

Serialization of Rust values to JAML text.

Functions§

to_string
Serialize a Rust value to a JAML string.
to_string_opts
Serialize a Rust value to a JAML string with custom formatting options.
to_string_pretty
Serialize a Rust value to a JAML string with pretty formatting.
to_value
Serialize a Rust value to a JAML Value.

Type Aliases§

Error
Error type for serialization.
Result
Result type for serialization.