bencode

Function bencode 

Source
pub fn bencode(i: &[u8]) -> Result<&[u8], (Bencode,), Error>
Expand description

parse a buffer containing bencode

if the bencode tree contains too much nested elements, a stackoverflow may occur on debug and deallocation