rustix icon indicating copy to clipboard operation
rustix copied to clipboard

Support POSIX Message Queue

Open Coekjan opened this issue 1 year ago • 0 comments

Thanks for creating the great work first!

And now I am trying to replace some code with rustix APIs, in my project related to POSIX message queue (APIs: mq_open, mq_send, mq_unlink, etc.). However, it seems that current rustix does not support it, so I am sending this issue (feature request) and hope we can use POSIX message queue with rustix!

See https://man7.org/linux/man-pages/man7/mq_overview.7.html

Coekjan avatar Oct 03 '24 16:10 Coekjan