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
7
//! Styling, ANSI color, and themes for progress indicators.

pub mod color;
#[path = "style.rs"]
pub mod style_impl;
pub use style_impl as style;
pub mod theme;