zli

Crates.iozli
lib.rszli
version0.0.0
sourcesrc
created_at2021-07-12 20:11:43.500125
updated_at2021-07-12 20:11:43.500125
descriptionZMQ command line tool
homepagehttps://github.com/drbh/zli
repositoryhttps://github.com/drbh/zli.git
max_upload_size
id422042
size19,060
drbh (drbh)

documentation

README

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"
Commit count: 7

cargo fmt