Module ser

Source
Expand description

Serialize Rust types to VDF text

Structs§

Serializer
The struct for serializing Rust values into VDF text

Functions§

to_string
Attempts to serialize some input to VDF text
to_string_with_key
Attempts to serialize some input to VDF text with a custom top level VDF key
to_writer
Serialize the value into an IO stream of VDF text
to_writer_with_key
Serialize the value into an IO stream of VDF text with a custom top level VDF key