Module rudano::ser

source ·
Expand description

Utilities for serializing data structures into Rudano.

Structs

Rudano’s serializer. Its recommended that you use to_string_compact or to_string_pretty instead.

Functions

Serializes the given value as a String of compact Rudano.
Serializes the given value as a String of pretty-printed Rudano.