toado 0.12.5

A simple interactive task and project manager for the command line
Documentation
1
2
3
4
5
6
7
//! Toado data formatting functions
pub use projects::*;
pub use tasks::*;

pub mod projects;
pub mod table;
pub mod tasks;