librqbit-core 9.0.1

Important utilities used throughout librqbit useful for working with torrents.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod compact_ip;
pub mod constants;
pub mod directories;
mod error;
pub mod hash_id;
pub mod lengths;
pub mod magnet;
pub mod peer_id;
pub mod spawn_utils;
pub mod speed_estimator;
pub mod torrent_metainfo;
pub use hash_id::{Id20, Id32};

pub use error::Error;
pub type Result<T> = std::result::Result<T, Error>;