#progress #command-line #show #progressable

rs-progress

命令行进度轻松实现

2 个版本

0.1.1 2021 年 8 月 10 日
0.1.0 2021 年 7 月 17 日

#99#show

MIT/Apache

5KB
103

一个非常简单的包,为任何可迭代的对象提供进度包装器


use rs_progress::Progressable;
// returns sum of 45, and shows prompt on the command line
let sum = (0..10).prog().reduce(|a,b| {a+b}).unwrap();

无运行时依赖