Crate qtmd

Source

Structs§

Qtmd
Iterator wrapper that updates progress bar on next

Enums§

Style

Traits§

Iter

Functions§

qtmd
Wrap Iterator like it in Python. This function creates a default progress bar object and registers it to the global collection. The returned iterator Deref to the given one and will update its tqdm whenever next is called.
refresh
Manually refresh all tqdms