This commit is contained in:
atagen 2026-05-19 16:33:09 +10:00
commit ca1910de60
39 changed files with 6328 additions and 0 deletions

View file

@ -0,0 +1,12 @@
# 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`](../../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.