toddi 0.3.2

A TODO focuser built on top of todo.txt
Documentation
1
2
3
4
5
6
7
pub(crate) mod egress;
pub mod ingress;
pub mod model;
pub(crate) mod utils;

pub const DONE_FILE: &str = "done.txt";
pub const TODO_FILE: &str = "todo.txt";