camel-core 0.10.0

Core engine for rust-camel
Documentation
1
2
3
4
5
pub(crate) mod drain;
pub(crate) mod reload;

pub(crate) use reload::compute_reload_actions_from_runtime_snapshot;
pub use reload::{FunctionReloadContext, execute_reload_actions};