use error;
use ;
use crateTorrent;
/// Decode a Torrent from Bencoded Bytes
///
/// # Errors
///
/// This function will return an error if unable to parse bytes into torrent.
/// Encode a Torrent into Bencoded Bytes
///
/// # Errors
///
/// This function will return an error if unable to bencode torrent.