sub_host

Crates.iosub_host
lib.rssub_host
version0.1.0
created_at2025-08-26 08:53:59.707373+00
updated_at2025-08-26 08:53:59.707373+00
descriptionsub_host
homepagehttps://github.com/i18n-site/rust/tree/dev/sub_host
repositoryhttps://github.com/i18n-site/rust.git
max_upload_size
id1810787
size21,391
i18n.site (i18nsite)

documentation

README

sub_host

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