tudor-sql 0.2.0

Does sql stuff to todo.txt files
Documentation
1
2
3
4
5
6
7
8
#![feature(or_patterns, map_first_last)]

mod sql;
pub mod todo;

pub mod utils;

const TODO_DATE_FORMAT: &str = "%F";