axial 0.2.1

Axial - All in One web framework for Rust
Documentation
1
2
3
4
5
6
pub mod core;
pub mod logger;
#[cfg(feature = "crypto")]
pub mod crypto;
#[cfg(feature = "pq-crypto")]
pub use crypto::pqcrypto;