1个稳定版本
使用旧的Rust 2015
3773.0.0 | 2022年2月5日 |
---|
#32 in #接收
10KB
183 代码行
mq-cli
此项目提供了一个非常简单的CLI接口,用于访问POSIX消息队列。
它可以用来创建和检查队列,以及发送和接收队列中的消息。
1.0.0
Administrate and inspect POSIX message queues
USAGE:
mq <SUBCOMMAND>
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
SUBCOMMANDS:
create Create a new queue
help Prints this message or the help of the given subcommand(s)
inspect inspect details about a queue
ls list message queues
receive Receive a message from a queue
rlimit Get the message queue rlimit
send Send a message to a queue
开发
开发在TVL单体仓库中。
从版本3773.0.0
开始,版本号对应于TVL仓库的修订版本,作为git引用(例如,refs/r/3773
)。
有关如何为代码库做出贡献的更多信息,请参阅TVL文档。
依赖关系
~2.5MB
~40K SLoC