jellyflow-runtime 0.2.0

Headless store, rules, schema, profile, and change pipeline for Jellyflow.
Documentation
1
2
3
4
5
6
7
8
9
mod apply;
mod error;

pub(crate) use apply::apply_transaction_with_profile_in_place;
pub use apply::{apply_connect_plan_with_profile, apply_transaction_with_profile};
pub use error::ApplyPipelineError;

#[cfg(test)]
mod tests;