axeon-0.1.0 has been yanked.
Axeon
A modern, flexible, and feature-rich web framework for Rust.
Features
- Express-style routing with path parameters
- Middleware support (logging, security, rate limiting, etc.)
- Static file serving
- Built-in security features
- JSON request/response handling
- Async/await support
Quick Start
Add Axeon to your Cargo.toml:
[]
= "0.1.0"
Create a simple server:
use Application;
use ok_json;
License
This project is licensed under the MIT License.