mqrs/sysvmq
finga 39b8d6ace8 sysvmq: Implement send and recv and refactor
Implement sending to and receiving from SysV IPC message queues. While
at it refactor the whole library. Write documentation for the sysvmq
library.
2023-12-08 01:22:33 +01:00
..
src sysvmq: Implement send and recv and refactor 2023-12-08 01:22:33 +01:00
tests sysvmq: Implement send and recv and refactor 2023-12-08 01:22:33 +01:00
.gitignore Implement creation of SysV IPC message queues 2021-07-07 20:31:16 +02:00
Cargo.toml cargo: Update nix to the latest version 2023-12-08 01:22:33 +01:00
CHANGELOG.md sysvmq: Implement send and recv and refactor 2023-12-08 01:22:33 +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.