10 个稳定版本 (4 个主要版本)
4.1.1 | 2023年11月21日 |
---|---|
4.1.0 | 2022年6月17日 |
4.0.0 | 2022年4月24日 |
3.1.0 | 2022年3月11日 |
0.0.2 | 2017年12月18日 |
#31 在 命令行界面 中
每月下载量 165,506
在 105 个 Crates 中使用(89 个直接使用)
47KB
1.5K SLoC
Spinners - 🛎 60+ 优雅的 Rust 终端旋转器
❤️ 无耻的广告
安装
查看 Cargo 页面
使用方法
use spinners::{Spinner, Spinners};
use std::thread::sleep;
use std::time::Duration;
fn main() {
let mut sp = Spinner::new(Spinners::Dots9, "Waiting for 3 seconds".into());
sleep(Duration::from_secs(3));
sp.stop();
}
示例
cargo run --example cycle
cargo run --example simple
许可证
MIT © François-Guillaume Ribreau,James Cordor
依赖项
~1.5MB
~36K SLoC