[][src]Function torro::bencode::parse

pub fn parse(data: Vec<u8>) -> Result<Bencode, BencodeError>

Parses provided Vec<u8> input into a Bencode that contains the entirety of the parsed bencode file

Please see Torrent if you are searching for a fully-complete torrent representation