acme-engine 0.4.0

the engine of the acme platform enabling automation and orchestration of tasks across various sources and sinks
Documentation
1
2
3
4
5
6
/// The [`RawEngine`] trait defines the base interface for all implemented engines
pub trait RawEngine {
    type Ctx;
    // prohibit external implementations
    private! {}
}