1 个稳定版本
4.1.0 | 2023年2月1日 |
---|
#642 在 命令行界面
46KB
1.5K SLoC
旋转器 - 🛎 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