4 个版本
0.1.2 | 2021 年 9 月 17 日 |
---|---|
0.1.1 | 2021 年 9 月 6 日 |
0.1.0 | 2021 年 9 月 5 日 |
0.0.0 | 2021 年 7 月 8 日 |
#11 in #closed
用于 2 crates
28KB
534 代码行
todo-or-die
todo-or-die
提供了作为检查提醒的过程宏。
示例
// trigger a compile error if we're past a certain date
todo_or_die::after_date!(3000, 1, 1); // its the year 3000!
// or a GitHub issue has closed
todo_or_die::issue_closed!("rust-lang", "rust", 44265); // GATs are here!
// or the latest version of a crate matches some expression
todo_or_die::crates_io!("serde", ">1.0.9000"); // its over 9000!
关于此 crate 的更多信息可以在 crate 文档 中找到。
名称是从 Ruby gem todo_or_die
中无耻地窃取的。
许可证
本项目受 MIT 许可证 的许可。
依赖关系
~1.3–6.5MB
~139K SLoC