rust_graphics_log 0.1.7

A simple, small and minimal logger.
Documentation
extern crate rust_graphics_log as log;

fn main() {
    log::log_i!("Hello World!");
}