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
//! Spinner presets and the ergonomic `Spinner` wrapper.

pub mod frames;
#[path = "spinner.rs"]
pub mod spinner_impl;
pub use spinner_impl as spinner;