MCPcopy Index your code
hub / github.com/davidpdrsn/todo-or-die

github.com/davidpdrsn/todo-or-die @v0.1.2

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.1.2 ↗ · + Follow
45 symbols 72 edges 6 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

todo-or-die

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

Build status Crates.io Documentation

Examples

// 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!

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.

Core symbols most depended-on inside this repo

Shape

Function 31
Class 10
Method 4

Languages

Rust100%

Modules by API surface

src/http.rs16 symbols
src/github.rs9 symbols
src/lib.rs6 symbols
src/krate.rs6 symbols
src/time.rs4 symbols
src/rust.rs4 symbols

For agents

$ claude mcp add todo-or-die \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page