2 releases
0.1.3 |
|
---|---|
0.1.2 | Mar 18, 2021 |
0.1.1 | Mar 15, 2021 |
0.1.0 |
|
#769 in Command-line interface
370 downloads per month
Used in 7 crates
(via terminal-spinners)
12KB
55 lines
terminal-spinner-symbols
A Rust library declaring const data for terminal spinners.
You are probably looking for terminal-spinners
, a Rust library for displaying spinners in the terminal.
Update
Run the script fetch-cli-spinners-json-file
to update to the newest spinners.
Updates are now automatically performed through a GitHub Actions workflow on a daily basis.
License
Licensed under either of Apache License, Version 2.0 or MIT license at your option.Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
lib.rs
:
A crate declaring data for spinners (name, frames and interval).
The structs for this crate are derived by parsing Sindre Sorhus' cli-spinner npm package.
No runtime deps
~240KB