Crates.io | cname_flatten |
lib.rs | cname_flatten |
version | 0.1.1 |
source | src |
created_at | 2024-04-09 08:32:33.324045 |
updated_at | 2024-04-09 08:32:33.324045 |
description | cname_flatten |
homepage | https://atomgit.com/i18n/alive/tree/dev/watch/cname_flatten |
repository | https://atomgit.com/i18n/alive.git |
max_upload_size | |
id | 1202039 |
size | 4,143 |
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
}