limiting_factor_axum/api/mod.rs
1/* -------------------------------------------------------------
2 Limiting Factor :: axum :: API
3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
4 Project: Nasqueron
5 License: BSD-2-Clause
6 ------------------------------------------------------------- */
7
8//! # Utilities for API.
9//!
10//! This module provides useful code to create easily APIs.
11
12/* -------------------------------------------------------------
13 Public submodules offered by this module
14 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
15
16pub mod guards;
17pub mod replies;