zen-types 1.0.0-beta.10

Zen Core Types
Documentation
1
2
3
4
5
6
7
#![forbid(unsafe_code)]

mod constant;
pub mod decision;
pub mod rcvalue;
pub mod variable;
pub mod variable_type;