A small refactor

This commit is contained in:
Igor Katson 2021-07-12 21:59:08 +01:00
parent 2eabebb5c3
commit 6eef3b9b66
25 changed files with 111 additions and 189 deletions

View file

@ -1,5 +1,5 @@
pub mod chunk_tracker;
pub mod dht;
pub mod dht_utils;
pub mod file_ops;
pub mod http_api;
pub mod peer_connection;
@ -14,7 +14,6 @@ pub mod type_aliases;
pub use buffers::*;
pub use clone_to_owned::CloneToOwned;
pub use librqbit_core::info_hash::*;
pub use librqbit_core::magnet::*;
pub use librqbit_core::peer_id::*;
pub use librqbit_core::torrent_metainfo::*;