headroom/crates/headroom-ipc
2026-05-20 23:49:58 +10:00
..
src stage 6: per-app 2026-05-20 23:49:58 +10:00
Cargo.toml stage 2 2026-05-19 16:33:09 +10:00
README.md stage 2 2026-05-19 16:33:09 +10:00

headroom-ipc

Wire types, framing, and codec for the Headroom control protocol.

This crate is the authoritative Rust binding to the protocol defined in IPC.md. It performs no I/O; pair it with headroom-client for a ready-to-use client, or use it directly to implement your own.

License

MPL-2.0. Third-party clients (including non-GPL ones) can depend on this crate without affecting their license.