Rust library to provide an API for SysV IPC message queues.
finga
ce11d8cae5
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Update rust edition to 2021. |
||
---|---|---|
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.