arcature 0.1.3

Arcature: an opinionated full-stack Rust web framework. One package, batteries included.
Documentation
1
2
3
4
5
//! The application's data models (`SeaORM` entities).
//!
//! Add one file per entity with `arc make:model`, in the shape
//! `sea-orm-cli` generates, and re-export it here under a domain name so
//! call sites read `models::User` rather than `models::user::Model`.