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
10
mod canonicalize;
mod migrator;
mod report;

pub use canonicalize::{CanonicalizeKindsPlan, NodeKindRewrite};
pub use migrator::{NodeKindMigrateError, NodeKindMigrator};
pub use report::{
    MigrateNodesPlan, MigrateNodesReport, NodeMigrationErrorEntry, NodeMigrationMissingMigrator,
    NodeMigrationMissingSchema, NodeMigrationNewerThanSchema, NodeMigrationUpgraded,
};