icydb_model/base/types/mod.rs
1//! Module: base::types
2//!
3//! Responsibility: base domain type declarations.
4//! Does not own: runtime storage, query execution, or validator implementation internals.
5//! Boundary: declares macro-modeled domain wrappers and records for downstream schemas.
6
7pub mod bytes;
8pub mod color;
9pub mod finance;
10pub mod geo;
11pub mod hash;
12pub mod ic;
13pub mod ident;
14pub mod intl;
15pub mod lang;
16pub mod num;
17pub mod time;
18pub mod web;