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