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