charon_lib

Macro warn

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

A custom log warn macro. Uses the log crate.