#zmq #cli

app zli

ZMQ command line tool

1 unstable release

0.0.0 Jul 12, 2021

#17 in #zmq

MIT/Apache

10KB
193 lines

zli 🎮

Crates.io

zli is a ZMQ command line tool.

Installation

cargo install zli

Usage

zli sink sub localhost 5555
zli sink rep "*" 5555
zli sink pull "*" 5555
zli talk pub "*" 5555 "what it do"
zli talk req localhost 5555 "what it do"
zli talk push localhost 5555 "what it do"

Dependencies

~1.5–2.2MB
~39K SLoC