kanban-core 0.5.0

Core traits, errors, and result types for the kanban project management tool
Documentation
1
2
3
4
5
6
7
8
pub mod algorithms;
pub mod core;
pub mod edge;
pub mod traits;

pub use core::Graph;
pub use edge::{Edge, EdgeDirection};
pub use traits::GraphNode;