imag/libimagerror/src/lib.rs

5 lines
90 B
Rust

#[macro_use] extern crate log;
extern crate ansi_term;
pub mod error_gen;
pub mod trace;