Rust library to provide an API for SysV IPC message queues.
finga
24d9d5090e
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Implement sending to and receiving from SysV IPC message queues. While at it refactor the whole library. Write documentation for the sysvmq library. |
||
---|---|---|
src | ||
tests | ||
.gitignore | ||
.woodpecker.yml | ||
Cargo.toml | ||
CHANGELOG.md | ||
README.md |
Sysvmq
This aims to be a easy usable API for SysV IPC message queues.
Note: This library is work in progress.
Currently supported operations are only create
and unlink
. The
create
operation creates a SysV IPC message queue and the unlink
operation deletes such a SysV IPC message queue.