Macro note

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

Can be used to print note messages during a build script.

Follows the same calling semantics as std::println!. Messages are prefixed with “note:” in cyan.