todo-or-die

todo-or-die provides procedural macros that act as checked reminders.

Build status Crates.io Documentation

Examples

```rust // trigger a compile error if we're past a certain date todoordie::after_date!(3000, 1, 1); // its the year 3000!

// or a GitHub issue has closed todoordie::issue_closed!("rust-lang", "rust", 44265); // GATs are here!

// or the latest version of a crate matches some expression todoordie::crates_io!("serde", ">1.0.9000"); // its over 9000! ```

More information about this crate can be found in the crate documentation.

The name was shamelessly stolen from the ruby gem todo_or_die.

License

This project is licensed under the MIT license.