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
8
9
10
//! The view layer: every function here is a pure render of `(&App, Frame)`.

pub mod computations;
pub mod explorer;
pub mod graph;
pub mod overlays;
pub mod refactor_modal;
pub mod shell;
pub mod trust;
pub mod widgets;