pub fn encode_torrent(torrent: &Torrent) -> Result<Vec<u8>, Error>
Encode a Torrent into Bencoded Bytes
This function will return an error if unable to bencode torrent.