Registry / cli / spinoff

spinoff

JSON →
library0.8.0rscratesunverified

Simple to use Rust library for displaying spinners in the terminal.

# Cargo.toml [dependencies] spinoff = "0.8.0"
INSTALL
IMPORT
SIG · SPINOFF
S
spinoff
clirustv0.8.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 spinoff::Spinner;

Display a spinner in the terminal while a task runs.

use spinoff::Spinner; fn main() { let mut spinner = Spinner::new(spinoff::spinners::Dots, "Loading...".into()); std::thread::sleep(std::time::Duration::from_secs(2)); spinner.stop(); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.8.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
14
Resources
spinoff — cargo add spinoff · libregistry