8 releases

0.1.10 Oct 25, 2024
0.1.9 Sep 5, 2024
0.1.8 Aug 17, 2024
0.1.6 Jul 17, 2024

#153 in #site

Download history 14/week @ 2024-07-22 23/week @ 2024-08-05 129/week @ 2024-08-12 25/week @ 2024-08-19 164/week @ 2024-09-02 16/week @ 2024-09-16 2/week @ 2024-09-23 10/week @ 2024-09-30 3/week @ 2024-10-07 121/week @ 2024-10-21 24/week @ 2024-10-28 3/week @ 2024-11-04

148 downloads per month
Used in i18n-site

MulanPSL-2.0

24KB
297 lines

refresh_v

use aok::{Result, OK};
use static_init::constructor;

#[constructor(0)]
extern "C" fn init() {
  loginit::init()
}

// #[tokio::test]
// async fn test() -> Result<()> {
//   info!("{}", 123456);
//   OK
// }

#[test]
fn test() -> Result<()> {
  // info!("{}", 123456);
  OK
}

About

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

关于

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

Dependencies

~10–22MB
~305K SLoC