//! This crate name is reserved for the [Ferra framework](https://ferra.rs).
//!
//! Ferra is a Rust framework for building APIs with model-driven design.
//! One `#[model]` annotation derives routes, SQL, OpenAPI docs, and
//! hypermedia — compile-time correctness, zero boilerplate.
//!
//! **This crate is not yet published.** See [ferra.rs](https://ferra.rs)
//! or [github.com/ferra-rs/ferra](https://github.com/ferra-rs/ferra) for updates.
//!
//! ## Note on naming
//!
//! The `ferra` crate name on crates.io belongs to an unrelated project.
//! This framework is published as `ferra-rs` — the conventional Rust suffix.