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.
macro_rules! note {
($($arg:tt)+) => { ... };
}
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.