cname_flatten

Crates.iocname_flatten
lib.rscname_flatten
version0.1.1
sourcesrc
created_at2024-04-09 08:32:33.324045
updated_at2024-04-09 08:32:33.324045
descriptioncname_flatten
homepagehttps://atomgit.com/i18n/alive/tree/dev/watch/cname_flatten
repositoryhttps://atomgit.com/i18n/alive.git
max_upload_size
id1202039
size4,143
(3tieto)

documentation

README

cname_flatten

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

cargo fmt