3 releases

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

#48 in #mark-down

Download history 163/week @ 2024-07-12 40/week @ 2024-07-19 23/week @ 2024-07-26 7/week @ 2024-08-02 8/week @ 2024-08-09 152/week @ 2024-08-16 10/week @ 2024-08-23 9/week @ 2024-08-30 3/week @ 2024-09-06 23/week @ 2024-09-13 18/week @ 2024-09-20 23/week @ 2024-09-27 7/week @ 2024-10-04

71 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

~2.7–9.5MB
~88K SLoC