parse

Function parse 

Source
pub fn parse(input: &[u8], strict: bool) -> Result<Value, Error>
Expand description

Parses a bencoded value into a Value. If strict is true, dictionaries are required to be sorted (in keeping with the specification).