Skip to main content

hm_plugin_protocol/
ir.rs

1//! Re-exports from `hm_pipeline_ir`. The canonical definitions now
2//! live in the `hm-pipeline-ir` crate; this module keeps the
3//! `hm_plugin_protocol::ir::*` import path working.
4
5pub use hm_pipeline_ir::{Cache, CommandStep};