parse_shortcuts

Function parse_shortcuts 

Source
pub fn parse_shortcuts(input: &[u8]) -> Result<Vdf<'_>>
Expand description

Parse a shortcuts.vdf format binary file.

This function returns zero-copy data where possible - strings are borrowed from the input buffer. Use .into_owned() to convert to an owned Vdf<'static>.