3 个稳定版本
1.2.0 | 2022年9月23日 |
---|---|
1.1.0 | 2022年9月23日 |
1.0.0 | 2022年9月23日 |
#5 在 #printed
3KB
Debug-message
如果设置了 DEBUG 环境变量,则打印调试信息
用法
use debug_message::debug;
fn main() {
println!("this will be printed every time");
debug("this will only be printed if the DEBUG env var is set");
}
更多代码示例请查看 usage.rs 示例。
许可协议
本项目采用 MIT 许可协议。