3 releases

0.1.5 Aug 17, 2024
0.1.4 Jul 17, 2024
0.1.3 Jul 17, 2024

#81 in #mark-down

Download history 203/week @ 2024-07-16 2/week @ 2024-07-23 24/week @ 2024-07-30 12/week @ 2024-08-06 143/week @ 2024-08-13 16/week @ 2024-08-20 7/week @ 2024-08-27 8/week @ 2024-09-03

174 downloads per month
Used in 2 crates (via refresh_v)

MulanPSL-2.0

9KB
89 lines

waiting

use std::{thread, time::Duration};

use aok::{Result, OK};
use waiting::Waiting;

#[test]
fn test() -> Result<()> {
  let ing = Waiting::new("refresh version");
  thread::sleep(Duration::from_secs(3));
  ing.end("✅ task done");
  OK
}

About

This project is an open-source component of i18n.site ⋅ Internationalization Solution.

关于

本项目为 i18n.site ⋅ 国际化解决方案 的开源组件。

Dependencies

~1.8–8.5MB
~68K SLoC