mrlazy1708 / tqdm

Python tqdm in Rust.
https://crates.io/crates/tqdm
28 stars 7 forks source link

total parameter in tqdm #20

Open alanwilter opened 1 month ago

alanwilter commented 1 month ago

In python one has the total parameter.

How to achieve the same with rust tqdm?

mrlazy1708 commented 1 month ago

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.