Split the huge torrent manager into 3 classes. All public access members but ok for the start

This commit is contained in:
Igor Katson 2021-06-28 12:30:23 +01:00
parent bde18ab734
commit 0d85eb9f2a
5 changed files with 1167 additions and 1091 deletions

View file

@ -8,7 +8,9 @@ pub mod peer_binary_protocol;
pub mod peer_connection;
pub mod peer_id;
pub mod serde_bencode;
pub mod spawn_utils;
pub mod torrent_manager;
pub mod torrent_metainfo;
pub mod torrent_state;
pub mod tracker_comms;
pub mod type_aliases;