6 releases
0.1.6 | Apr 11, 2024 |
---|---|
0.1.5 | Apr 11, 2024 |
#37 in #ok
37 downloads per month
Used in 4 crates
5KB
75 lines
alive_api
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
}
Dependencies
~1.1–3.5MB
~59K SLoC