kyuri
A progress display library specifically designed for my mirroring softwares (tsumugu & yukina).
Uses some code from indicatif (MIT).
Docs: docs.rs/kyuri
The API is not stable yet.
Why?
It could output a progress indicator both when printing to terminal and (especially when) writing to file, with minimal distraction.
And no other dependencies.
If you need a progress bar or spinner with rich and fancy features, use indicatif instead.
Examples
-
cargo run --example progress cargo run --example progress > file -
2 threads example (thread, download)
cargo run --example thread cargo run --example thread > fileor this with a different pattern:
cargo run --example download cargo run --example download > file -
Progress bar example
cargo run --example bar cargo run --example bar > file -
tracingintegration examplecargo run --example tracing cargo run --example tracing > file
(Taken from BanG Dream! It's MyGO!!!!! episode 6.)