mrlazy1708 / tqdm

Python tqdm in Rust.

Home Page:https://crates.io/crates/tqdm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

total parameter in tqdm

alanwilter opened this issue · comments

In python one has the total parameter.

How to achieve the same with rust tqdm?

Currently the total parameter is only configurable for tqdm::pbar but not in general for iterables. Happy to implement that to keep it consistent with python tqdm.