torrust-index 3.0.0

A BitTorrent Index
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! The torrust Index API version `v1`.
//!
//! The API is organized in contexts.
//!
//! Refer to the [`contexts`] module for more
//! information.
pub mod auth;
pub mod contexts;
pub mod extractors;
pub mod responses;
pub mod routes;