loaders 0.0.0

A fully-featured, customisable progress bar and loading indicator library for Rust CLI and terminal applications
Documentation
1
2
3
4
5
6
//! Progress bar state, rendering, templates, and public progress APIs.

pub mod progress;
pub mod render;
pub mod state;
pub mod template;