torrust-tracker 3.0.0

A feature rich BitTorrent tracker.
Documentation
1
2
3
4
5
6
7
8
9
10
//! Application services for the HTTP tracker.
//!
//! These modules contain logic that is specific for the HTTP tracker but it
//! does depend on the Axum web server. It could be reused for other web
//! servers.
//!
//! Refer to [`torrust_tracker`](crate) documentation.
pub mod announce;
pub mod peer_ip_resolver;
pub mod scrape;