5 releases

new 0.1.4 Jan 17, 2025
0.1.3 Jan 17, 2025
0.1.2 Jan 16, 2025
0.1.1 Jan 16, 2025
0.1.0 Jan 16, 2025

#5 in #mirroring

Download history 105/week @ 2025-01-11

105 downloads per month

MIT license

18KB
455 lines

kyuri

A progress display library specifically designed for my mirroring softwares (tsumugu & yukina).

Uses some code from indicatif (MIT).

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 thread
cargo run --example thread > file

No runtime deps