mqrs/sysvmq
finga 6d25619673 sysvmq: Update rust edition to 2021
Update rust edition to 2021.
2023-11-05 15:36:17 +01:00
..
src sysvmq: Implement send and recv and refactor 2023-11-05 15:36:17 +01:00
tests sysvmq: Implement send and recv and refactor 2023-11-05 15:36:17 +01:00
.gitignore Implement creation of SysV IPC message queues 2021-07-07 20:31:16 +02:00
Cargo.toml sysvmq: Update rust edition to 2021 2023-11-05 15:36:17 +01:00
CHANGELOG.md sysvmq: Implement send and recv and refactor 2023-11-05 15:36:17 +01:00
README.md sysvmq: Create a rudimentary readme file 2023-10-15 20:11:38 +02: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.