pub fn parse_appinfo_with(
input: &[u8],
options: ParseOptions,
) -> Result<Vdf<'_>>Expand description
Parse an appinfo.vdf format binary file with explicit ParseOptions.
pub fn parse_appinfo_with(
input: &[u8],
options: ParseOptions,
) -> Result<Vdf<'_>>Parse an appinfo.vdf format binary file with explicit ParseOptions.