1//! TODO comment types and classification.
2//!
3//! Defines [`todo::TodoType`] for the five supported comment markers (TODO, FIXME,
4//! HACK, NOTE, BUG) and [`todo::TodoComment`] for a located comment with metadata.
56pub mod error;
7pub mod todo;