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 parsereturn- AResultcontaining either aVdfAttributeor aVdfError