icydb-model 0.213.33

IcyDB application-model authoring, validation, and code generation
Documentation
1
2
3
4
5
6
7
8
9
10
//! Module: base
//!
//! Responsibility: facade module surface.
//! Does not own: database runtime authority.
//! Boundary: keeps public facade shape stable for downstream code.

pub(crate) mod helper;
pub mod normalizer;
pub mod types;
pub mod validator;