inkling-cli-0.1.5 is not a library.
inkling (CLI)
The inkling command line tool: pipe progress in, watch ASCII art reveal. It is the
language-agnostic bridge to inkling, the way you
would pipe to pv, with no bindings to link against.

Feed it progress on stdin, one token per line:
# count a known total
|
# rainbow palette, your own art, captions streamed in
| Token on stdin | Effect |
|---|---|
N |
set absolute progress to N |
+N |
advance progress by N |
| any other text | becomes the caption beneath the art |
On end of input the art finishes filled. Run inkling --help for every flag
(--total, --art, --message, --rainbow, --geodesic, --reading).
The inkling family
This crate, inkling-cli, installs the inkling binary. The same engine ships five ways:
inkling-cli(this crate), the command-line tool.cargo install inkling-cli.inkling-loader, the Rust library it is built on.cargo add inkling-loader.inkling-loaderon PyPI, the Python package.pip install inkling-loader.inkling-loaderon npm, the Node addon.npm install inkling-loader.inkling-wasmon npm, the WebAssembly build for the browser.
License: MIT.