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