cargo-todo 0.1.0

Cargo tool to display TODOs
cargo-todo-0.1.0 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 //todo

Example

$ cargo todo
Line 39 : refactor