3 releases
Uses old Rust 2015
0.0.3 | Feb 10, 2015 |
---|---|
0.0.2 | Jan 14, 2015 |
0.0.1 | Jan 13, 2015 |
#95 in #posix
39 downloads per month
Used in 2 crates
(via ptrace)
4KB
115 lines
Rust posix-ipc
A rust crate that implements safe APIs for POSIX IPC primitives
Currently implemented:
- Sending/raising signals
Todo:
- Signal handlers
- Shared memory segments
- Message queues