headroom/crates/headroom-ipc/README.md
2026-05-19 16:33:09 +10:00

426 B

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.