Expand description
Deserialize VDF text to Rust types
Structs§
- Deserializer
- The struct that handles deserializing VDF into Rust structs
Functions§
- from_
reader - from_
reader_ with_ key - from_
str - Attempts to deserialize a string of VDF text to some type T
- from_
str_ with_ key - The same as
from_str()
, but also returns the top level VDF key - from_
vdf - from_
vdf_ with_ key