kanban-domain 0.4.0

Domain models and business logic for the kanban project management tool
Documentation
1
2
3
4
5
6
7
pub mod card_edge;
pub mod card_graph;
pub mod dependency_graph;

pub use card_edge::CardEdgeType;
pub use card_graph::{CardDependencyGraph, CardGraphExt};
pub use dependency_graph::DependencyGraph;