//! Model traits for database operations.
//!
//! This module provides the [`Model`] derive macro and related traits for
//! mapping Rust structs to database tables.
//!
//! For detailed usage and examples, see the [Models concept guide](https://fabrique.rs/concepts/models.html).
pub use *;
pub use Model;