Function encode_torrent

Source
pub fn encode_torrent(torrent: &Torrent) -> Result<Vec<u8>, Error>
Expand description

Encode a Torrent into Bencoded Bytes

ยงErrors

This function will return an error if unable to bencode torrent.