icydb-model 0.220.0

IcyDB application-model authoring, validation, and code generation
Documentation
1
2
3
4
5
6
7
8
9
use icydb_model::prelude::*;

#[newtype(
    item(prim = "Nat8"),
    ty(rule(name = "range", numeric_range_inclusive(min = 0)))
)]
pub struct MissingMaximum {}

fn main() {}