Skip to main content

nightshade_api/
editor.rs

1//! Types the standalone editor shares across its processes (the page, the
2//! engine worker, and the desktop bridge), behind the `protocol`
3//! feature. The agent surface is gated separately behind
4//! `protocol-agent`.
5
6pub mod protocol;