icydb-model 0.219.0

IcyDB application-model authoring, validation, and code generation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//! Module: base::types
//!
//! Responsibility: base domain type declarations.
//! Does not own: runtime storage, query execution, or validator implementation internals.
//! Boundary: declares macro-modeled domain wrappers and records for downstream schemas.

pub mod bytes;
pub mod color;
pub mod finance;
pub mod geo;
pub mod hash;
pub mod ic;
pub mod ident;
pub mod intl;
pub mod lang;
pub mod num;
pub mod time;
pub mod web;