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
/*  -------------------------------------------------------------
    Limiting Factor :: axum
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Project:        Nasqueron
    Crate name:     limiting-factor-axum
    Description:    Limiting Factor features for axum
    License:        BSD-2-Clause
    -------------------------------------------------------------    */

pub mod api;
pub mod app;