Crates.io | simple-tqdm |
lib.rs | simple-tqdm |
version | 0.2.0 |
source | src |
created_at | 2023-10-02 13:32:22.374985 |
updated_at | 2024-04-06 17:53:16.707078 |
description | A simple progress bar library much like python's tqdm |
homepage | |
repository | https://github.com/Icerath/simple-tqdm/ |
max_upload_size | |
id | 989962 |
size | 21,769 |
A small rust library that wraps around indicatif
, and
tries to be similar to python's tqdm
library.
[examples/multiple.rs]
[examples/large.rs]