parse_vdf_text

Function parse_vdf_text 

Source
pub fn parse_vdf_text(text: &str) -> Result<VdfAttribute, VdfError>
Expand description

ยงParse a VDF text


  • text - The VDF text to parse
  • return - A Result containing either a VdfAttribute or a VdfError