jellyflow-runtime 0.1.0

Headless store, rules, schema, profile, and change pipeline for Jellyflow.
Documentation
1
2
3
4
5
6
7
8
9
pub const CONFORMANCE_FIXTURE_SCHEMA_VERSION: u32 = 1;

pub(super) fn default_schema_version() -> u32 {
    CONFORMANCE_FIXTURE_SCHEMA_VERSION
}

pub(super) fn default_true() -> bool {
    true
}