cargo-todo 0.1.4

Cargo tool to display TODOs
cargo-todo-0.1.4 is not a library.

A tool to view every TODOs in the rust code

Installation

$ cargo install cargo-todo

Usage

Will display every line with a supported token (listed below)

Example

$ cargo todo
Line 39 : refactor

Supported tokens

  • //todo
  • todo!()
  • unimplemented!()

Regex

cargo todo now support customizable regex

add all your regex in a ~/.cargo/todo_config file run

$ cargo todo --regex

/!\ WARNING

cargo todo will no longer use de defaults token but only the custom regex