towl 0.3.7

A fast CLI tool to scan codebases for TODO comments and output them in multiple formats
Documentation
1
2
3
4
5
6
7
//! TODO comment types and classification.
//!
//! Defines [`todo::TodoType`] for the five supported comment markers (TODO, FIXME,
//! HACK, NOTE, BUG) and [`todo::TodoComment`] for a located comment with metadata.

pub mod error;
pub mod todo;