torrust-index 3.0.0

A BitTorrent Index
Documentation
1
2
3
4
5
6
//! The Torrust Index API.
//!
//! Currently, the API has only one version: `v1`.
//!
//! Refer to the [`v1`](crate::web::api::server::v1) module for more information.
pub mod api;