yconf

Crates.ioyconf
lib.rsyconf
version0.1.3
sourcesrc
created_at2024-05-30 14:52:20.873695
updated_at2024-06-13 10:20:49.676084
descriptionyconf
homepagehttps://github.com/i18n-site/rust/tree/main/yconf
repositoryhttps://github.com/i18n-site/rust.git
max_upload_size
id1256946
size3,708
(3tieto)

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

cargo fmt