1 2 3 4 5 6 7 8 9
use aok::{Result, OK}; use tracing::info; #[test] fn test() -> Result<()> { loginit::init(); info!("{}", s_::EMPTY); OK }