limiting-factor-axum 0.3.0

Library to create a REST API with axum
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*  -------------------------------------------------------------
    Limiting Factor :: axum :: API
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Project:        Nasqueron
    License:        BSD-2-Clause
    -------------------------------------------------------------    */

//! # Utilities for API.
//!
//! This module provides useful code to easily create APIs.

/*   -------------------------------------------------------------
     Public submodules offered by this module
     - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

pub mod guards;
pub mod replies;