nika-engine 0.47.0

Nika workflow engine — embeddable runtime, provider, DAG, and binding logic
Documentation
1
2
3
4
5
6
7
8
9
//! Media pipeline — re-exports from nika-media crate.
//!
//! Core types (CasStore, MediaRef, MediaError) come from nika-media.
//! Test modules stay here (depend on runtime/store types).

pub use nika_media::*;

#[cfg(test)]
mod tests_e2e;