charon_lib

Macro info

source
macro_rules! info {
    ($($arg:tt)+) => { ... };
    () => { ... };
}
Expand description

A custom log info macro. Uses the log crate.