Registry / cli / spinner

spinner

JSON →
library0.5.0rscratesunverified

Adds interactive spinners and progress indicators to terminal applications.

# Cargo.toml [dependencies] spinner = "0.5.0"
INSTALL
IMPORT
SIG · SPINNER
S
spinner
clirustv0.5.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 spinner::Spinner;

Creates and displays a spinner for 2 seconds.

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

No known issues recorded.

Upgrade
Version history
0.5.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
26
Resources
spinner — cargo add spinner · libregistry