Rust library to provide an API for SysV IPC message queues.
Go to file
finga ce11d8cae5
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
sysvmq: Update rust edition to 2021
Update rust edition to 2021.
2023-12-08 01:50:04 +01:00
src sysvmq: Implement send and recv and refactor 2023-12-08 01:50:02 +01:00
tests sysvmq: Implement send and recv and refactor 2023-12-08 01:50:02 +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 sysvmq: Update rust edition to 2021 2023-12-08 01:50:04 +01:00
CHANGELOG.md sysvmq: Implement send and recv and refactor 2023-12-08 01:50:02 +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.