7 releases

0.1.9 Sep 5, 2024
0.1.8 Aug 17, 2024
0.1.6 Jul 17, 2024

#78 in #mark-down

Download history 111/week @ 2024-06-26 241/week @ 2024-07-03 244/week @ 2024-07-17 10/week @ 2024-07-24 2/week @ 2024-07-31 21/week @ 2024-08-07 145/week @ 2024-08-14 9/week @ 2024-08-21 165/week @ 2024-09-04 28/week @ 2024-09-11

206 downloads per month
Used in i18n-site

MulanPSL-2.0

29KB
376 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

~9–22MB
~340K SLoC