kanban-domain 0.7.0

Domain models and business logic for the kanban project management tool
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod card_edge;
pub mod dependency_graph;
pub mod edge_meta;
pub mod edges;
pub mod messages;

pub use card_edge::CardEdgeType;
pub use dependency_graph::DependencyGraph;
pub use edge_meta::{RelatesKind, Severity};
pub use edges::{BlocksEdge, RelatesEdge, SpawnsEdge};