remove_code_t

Crates.ioremove_code_t
lib.rsremove_code_t
version0.1.5
created_at2025-03-26 08:55:07.701467+00
updated_at2025-03-27 04:35:05.558019+00
descriptionremove_code_t
homepagehttps://github.com/i18n-site/tran/tree/dev/remove_code_t
repositoryhttps://github.com/i18n-site/tran.git
max_upload_size
id1606335
size22,693
i18n.site (i18nsite)

documentation

README

remove_code_t

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: 0

cargo fmt