hm-plugin-protocol 0.0.5

Wire-level data types shared between the hm binary and hm plugins.
Documentation
1
2
3
4
5
//! Re-exports from `hm_pipeline_ir`. The canonical definitions now
//! live in the `hm-pipeline-ir` crate; this module keeps the
//! `hm_plugin_protocol::ir::*` import path working.

pub use hm_pipeline_ir::{Cache, CommandStep};