todo-txt 3.0.1

Parser for the todo.txt format
Documentation
1
2
3
4
5
pub use chrono::NaiveDate as Date;

pub fn today() -> Date {
    chrono::offset::Local::now().date_naive()
}