Module de

Source
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