Inlog is a new logger meant for simple programs that need basic log implementation.
log
fn main() { init(log::LevelFilter::Log); log::info!("It works!"); log::debug!("It debugs!"); }