7 个版本
0.1.6 | 2024年1月2日 |
---|---|
0.1.5 | 2023年12月25日 |
0.1.4 | 2023年7月15日 |
0.1.1 | 2023年3月27日 |
#397 in 构建工具
980 每月下载量
在 11 个 包(8 个直接使用)中使用
9KB
74 行
build-alert
在编译期间在 Cargo 构建输出中显示消息。
[dependencies]
build-alert = "0.1"
示例
#[cfg(debug_assertions)]
build_alert::yellow! {"
NOTE: use --release
Syn's test suite has some tests that run on every source file
and test case in the rust-lang/rust repo, which can be pretty
slow in debug mode. Consider running cargo test with `--release`
to speed things up.
"}
#[cfg(not(feature = "all-features"))]
build_alert::red! {"
ERROR: use --all-features
Syn's test suite normally only works with all-features enabled.
Run again with `--all-features`, or run with `--features test`
to bypass this check.
"}
许可证
根据您的选择,在 Apache License, Version 2.0 或 MIT 许可证 下获得许可。除非您明确声明,否则您故意提交以包含在此包中的任何贡献,根据 Apache-2.0 许可证定义,应按上述方式双重许可,不附加任何额外条款或条件。
依赖项
~0.3–7.5MB
~56K SLoC