redevplugin-ipc 0.7.3

Closed IPC protocol types for the ReDevPlugin runtime
Documentation
1
2
3
4
5
6
7
8
# redevplugin-ipc

`redevplugin-ipc` defines the closed JSON frame protocol shared by the Go Host
and the Rust ReDevPlugin runtime. It owns validated hello, worker, hostcall,
lease, stream, revocation, and runtime-limit types and builders.

The crate contains protocol mechanics only. Product sessions, policies,
business capabilities, and process placement remain host responsibilities.