15 stable releases

2.3.0 May 8, 2022
2.2.3 May 8, 2022
1.2.4 Mar 19, 2022
1.2.3 Feb 19, 2022

#436 in Command-line interface

Download history 3/week @ 2023-11-20 24/week @ 2023-11-27 27/week @ 2023-12-04 14/week @ 2023-12-11 13/week @ 2023-12-18 6/week @ 2023-12-25 1/week @ 2024-01-01 21/week @ 2024-01-08 9/week @ 2024-01-15 7/week @ 2024-01-22 15/week @ 2024-02-05 16/week @ 2024-02-12 35/week @ 2024-02-19 35/week @ 2024-02-26 29/week @ 2024-03-04

118 downloads per month
Used in 4 crates

MIT license

53KB
1.5K SLoC

Spinners for Rust

Cargo version License Docs Downloads

82 fun and easy to use, lightweight, spinners for Rust, with minimal overhead, all the way from simple dots, to fun emoji based "spinners".

Demo Gif

Install

See Cargo page

Usage

use std::{thread, time::Duration};
use spinners_rs::{Spinner, Spinners};

let mut sp = Spinner::new(Spinners::Arrow, "Doing Some Things...");

sp.start();

thread::sleep(Duration::from_secs(3));

Example

cargo run --example cycle
cargo run --example spin

Made with 💗 by Juliette Cordor

Dependencies

~1.5–8MB
~46K SLoC