axial 0.2.1

Axial - All in One web framework for Rust
Documentation
1
2
3
4
5
6
7
pub mod servers;
pub mod core;
pub mod routes;
pub mod utils;
pub mod config;
#[cfg(feature = "client")]
pub mod clients;