Minimal terminal spinner library for Rust with preset collection and no-std support
Rattles Terminal Spinners
Skill by ara.so — Daily 2026 Skills collection.
Rattles is a minimal, zero-dependency Rust library for terminal spinners. It has no runtime or lifecycle — spinners are constructed directly in render loops with negligible cost. Supports no_std environments.
Installation
# Cargo.toml
[dependencies]
rattles = "0.1" # with std (default)
# no_std
rattles = { version = "0.1", default-features = false }
Or via CLI:don't have the plugin yet? install it then click "run inline in claude" again.