canonrs-core 0.1.0

CanonRS core types, traits and primitives
1
2
3
4
5
6
7
8
9
10
11
12
//! infra — design, state_engine, behavior

pub mod theme;
pub mod dom_contract;
pub mod constraint_engine;
pub use constraint_engine::ConstraintEngine;

pub mod uid;

pub mod validate;

pub mod slot;