mrlazy1708/tqdm

total parameter in tqdm

alanwilter opened this issue · 1 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.