GitHub - BersisSe/feather: Feather🪶: A Rust web framework that does not use async
🪶 Feather
Feather is a lightweight, DX-first web framework for Rust — inspired by the simplicity of Express.js, but designed for Rust’s performance and safety.
Why Feather?
Middleware-First Architecture
Everything is a middleware — route handlers, auth, logging — all composable and clean.
Easy State Management Using Context
In the recent versions Feather, implemented the Context API that makes it very easy manage state without the use of Extractors/Macros
Developer Experience First
Feather’s AP...
Read more at github.com