okf-studio 0.2.6

okf studio: an interactive terminal IDE and mission control center for Open Knowledge Format (OKF) bundles, built on the okf-core engine.
Documentation
1
2
3
4
5
6
7
//! The bundle's link graph: model extraction and force-directed layout.

pub mod layout;
pub mod model;

pub use layout::{LayoutEngine, LayoutMode};
pub use model::{EdgeKind, GraphEdge, GraphModel, GraphNode, NodeKind};