Expand description
Core domain model and conventions for the Gize framework.
This crate is intentionally framework-agnostic: it knows nothing about Axum, SQLx or
the CLI. It defines the vocabulary the rest of the workspace shares — the project
manifest (gize.toml), model/field definitions, and naming conventions.
Re-exports§
pub use field::Field;pub use field::FieldType;pub use field::ModelSpec;pub use field::Relation;pub use manifest::Manifest;pub use manifest::Module;