获取构建模型是否为调试模式
作者:baoyachi. 即 Rust 灰色螃蟹
#373 在 构建工具 中
82,216 每月下载量在 91 个 crate(2 个直接使用)中使用
3KB
通过 Rust 获取构建模型是否为调试模式的 crate。
[dependencies] is_debug = "1"
fn main() { println!(is_debug()); println!(is_release()); }