Macro info

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

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

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