Module ser

Module ser 

Source
Expand description

Serialization of Rust values to JASN text.

Functions§

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

Type Aliases§

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