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;