kdam
kdam copied to clipboard
A console progress bar library for Rust. (inspired by tqdm & rich.progress)
If I want to save both stdout and stderr from a program, but not all the progress bar output, it would be useful to make kdam print to `/dev/tty` instead...
Hi, I think I found a bug when using the `notebook` and `rayon` features at the same time. This snippet seems to cause a deadlock. ```rust #[pyfunction] fn my_function(something: &[u8])...
Hi, Thank you for providing rich-like progress bar. I'd like to improve palette a bit and replace a progress symbol: According [the official Rich colour scheme](https://github.com/Textualize/rich/blob/master/rich/terminal_theme.py) all colours are quite...