Ferro
A Laravel-inspired web framework for Rust.
Installation
Add Ferro to your Cargo.toml:
[]
= { = "ferro-rs", = "0.1" }
= { = "1", = ["full"] }
Quick Start
use ;
async
async
async
Features
- Simple routing - GET, POST, PUT, DELETE with route parameters
- Async handlers - Built on Tokio for high performance
- Response builders - Text, JSON, and custom responses
- Error handling - Use
?operator for automatic 400 responses - Laravel-inspired - Familiar patterns for Laravel developers
CLI Tool
Use the Ferro CLI to scaffold new projects:
License
MIT