zagens-cli 0.8.2

Zagens headless CLI + HTTP/SSE runtime sidecar (`zagens`, `zagens-runtime` binaries)
Documentation
1
2
3
4
5
6
7
//! Operations submitted by the UI to the core engine.
//!
//! The definition lives in [`zagens_core::engine::op`] since M1; this file
//! is a re-export shim so existing `crate::core::ops::Op` imports keep working
//! through the M-series strangler.

pub use zagens_core::engine::op::Op;