kanban-tui 0.4.0

Terminal user interface for the kanban project management tool
Documentation
1
2
3
4
5
6
7
8
9
mod boards;
mod cards;
mod columns;
mod sprints;

pub(super) use boards::*;
pub(super) use cards::*;
pub(super) use columns::*;
pub(super) use sprints::*;