Skip to main content

Crate kanban_core

Crate kanban_core 

Source

Re-exports§

pub use config::AppConfig;
pub use error::KanbanError;
pub use graph::Edge;
pub use graph::EdgeDirection;
pub use graph::Graph;
pub use graph::GraphNode;
pub use input::InputState;
pub use logging::LogEntry;
pub use logging::Loggable;
pub use pagination::Page;
pub use pagination::PageInfo;
pub use result::KanbanResult;
pub use selection::SelectionState;
pub use traits::Editable;

Modules§

config
error
graph
input
logging
pagination
Generic pagination utilities.
result
selection
Generic selection state utilities.
traits