Rust library to provide an API for SysV IPC message queues.
Go to file
finga f21bae2073
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci: Add Woodpecker CI config
2023-12-08 01:43:42 +01:00
src clippy: Fix several clippy issues 2023-12-08 01:43:40 +01:00
.gitignore Implement creation of SysV IPC message queues 2021-07-07 20:31:16 +02:00
.woodpecker.yml ci: Add Woodpecker CI config 2023-12-08 01:43:42 +01:00
Cargo.toml cargo: Update nix to the latest version 2023-12-08 01:43:42 +01:00
CHANGELOG.md cargo: Update nix to the latest version 2023-12-08 01:43:42 +01:00
README.md sysvmq: Create a rudimentary readme file 2023-12-08 01:22:33 +01:00

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.