li_pos

Crates.ioli_pos
lib.rsli_pos
version0.1.1
sourcesrc
created_at2024-06-13 10:23:59.685333
updated_at2024-06-13 10:23:59.685333
descriptionli_pos
homepagehttps://github.com/i18n-site/rust/tree/main/li_pos
repositoryhttps://github.com/i18n-site/rust.git
max_upload_size
id1270489
size3,020
(3tieto)

documentation

README

li_pos

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
}
Commit count: 20

cargo fmt