Crate qtmd

source ·

Structs

  • Iterator wrapper that updates progress bar on next

Enums

Traits

Functions

  • 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.
  • Manually refresh all tqdms