kanban-service 0.7.0

Shared service layer implementing KanbanOperations over a pluggable PersistenceStore
Documentation
1
2
3
4
5
6
7
8
9
pub mod archive;
pub mod board;
pub mod card;
pub mod column;
pub mod edge;
pub mod lifecycle;
pub mod movement;
pub mod sprint;
pub mod sprint_log;