build_log
Colored logging macros for Cargo build scripts.
Example
use build_log as log;
If DBG_PRINT=1 is present in the environment, the macros emit cargo:warning= lines so the messages stay visible in Cargo build output.
Colored logging macros for Cargo build scripts.
use build_log as log;
If DBG_PRINT=1 is present in the environment, the macros emit cargo:warning= lines so the messages stay visible in Cargo build output.