pub fn parse_binary_with(input: &[u8], options: ParseOptions) -> Result<Vdf<'_>>Expand description
Parse VDF from binary format (autodetects format) with explicit ParseOptions.
pub fn parse_binary_with(input: &[u8], options: ParseOptions) -> Result<Vdf<'_>>Parse VDF from binary format (autodetects format) with explicit ParseOptions.