rusty-todo-md 1.6.3

A multi-language TODO comment extractor for source code files.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod cli;
pub mod git_utils;
pub mod logger;
pub mod todo_extractor;
pub mod todo_md;
pub mod todo_md_internal;

mod todo_extractor_internal;

// Re-export the public API from the todo_extractor module at the crate root.
pub use todo_extractor::{extract_marked_items, MarkerConfig};