c2ad74ff15
Remove pub
declarations and move to posix::*
...
This is in order to prepare also for SysV message queues.
2021-06-30 22:46:33 +02:00
19130056ee
Expect instead of a lousy unwrap with comment
2021-06-27 02:47:47 +02:00
ac115a6966
Fix readme and clap help
2021-06-26 23:10:11 +02:00
4633b7a4d8
Rename mode
clap parameter to permissions
...
Rename the clap parameter when creating a new message queue `mode` to
`permissions`.
2021-06-22 01:36:00 +02:00
9b52305285
Rename queue help name
2021-06-20 16:35:20 +02:00
fdacba1eec
Create a message queue
...
The create command creates a new message queue with support of the
typical parameters `mode`, `capacity` and `msgsize`. This command also
supports the global argument `verbose`.
2021-06-14 23:01:14 +02:00