Registry / cli / spinners-rs

spinners-rs

JSON →
library2.3.0rscratesunverified

A lightweight Spinner library for Rust

# Cargo.toml [dependencies] spinners-rs = "2.3.0"
INSTALL
IMPORT
SIG · SPINNERS-RS
S
spinners-rs
clirustv2.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Spinner
use spinners_rs::Spinner;

Display a spinner animation while a task runs.

use spinners_rs::Spinner; use std::thread::sleep; use std::time::Duration; fn main() { let sp = Spinner::new("Loading..."); sleep(Duration::from_secs(2)); sp.stop(); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.3.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
26
OpenAI (training)
1
Resources
spinners-rs — cargo add spinners-rs · libregistry