Function vdf_parser::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