stage 2
This commit is contained in:
commit
ca1910de60
39 changed files with 6328 additions and 0 deletions
12
crates/headroom-ipc/README.md
Normal file
12
crates/headroom-ipc/README.md
Normal 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue