yconf

Crates.ioyconf
lib.rsyconf
version0.1.5
created_at2024-05-30 14:52:20.873695+00
updated_at2024-10-15 05:04:32.245519+00
descriptionyconf
homepagehttps://github.com/i18n-site/rust/tree/main/yconf
repositoryhttps://github.com/i18n-site/rust.git
max_upload_size
id1256946
size4,936
i18n.site (i18nsite)

documentation

README

yconf

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

#[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 ⋅ 国际化解决方案 的开源组件。

Commit count: 68

cargo fmt