ferra-rs
This crate is a reserved placeholder. The real implementation is coming.
Ferra is a Rust framework for building APIs with model-driven design.
Define your resource once:
let app = new..build;
And get — from that single annotation:
- REST routes (GET, POST, PUT, DELETE)
- Parameterized SQL queries
- OpenAPI 3.1 spec at
/docs/openapi.json - Interactive API docs (Scalar)
- HAL hypermedia
_linksin every response - Compile-time correctness
Note: the
ferracrate name on crates.io belongs to an unrelated project. This framework is published asferra-rs.