prodash 31.0.0

A dashboard for visualizing progress of asynchronous and possibly blocking tasks
Documentation
1
2
3
4
5
6
7
#[cfg(all(feature = "render-line", not(any(feature = "render-line-crossterm"))))]
compile_error!("Please use the 'render-line-crossterm' feature");

mod draw;
mod engine;

pub use engine::{render, JoinHandle, Options, StreamKind};