repo-tasks 0.1.0

Fast task management for git repositories
Documentation
1
2
3
4
5
pub mod config;
pub mod task;

pub use config::Config;
pub use task::Task;