pucli-0.5.0 is not a library.
PUCLI - Pulsar cli
Quick start
Install using cargo:
cargo install pucli
Publish event
pucli pub -t test -m '{"hello":"world"}'
Subscribe for events
pucli sub -t test -s test -- jq '.hello'