js0_auth

Crates.iojs0_auth
lib.rsjs0_auth
version0.1.1
created_at2025-10-22 07:51:14.4891+00
updated_at2025-10-22 07:51:14.4891+00
descriptionjs0_auth
homepagehttps://github.com/js0-site/rs/tree/dev/js0_auth
repositoryhttps://github.com/js0-site/rs.git
max_upload_size
id1895252
size28,502
i18n.site (i18nsite)

documentation

README

js0_auth

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

#[constructor(0)]
extern "C" fn init() {
  log_init::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