fret-ui 0.1.0

Mechanism-layer UI engine for Fret with tree, layout, focus, routing, and interaction contracts.
Documentation
1
2
3
4
5
6
//! Layout subsystem modules for the UI runtime.

pub mod constraints;
pub mod engine;
pub(crate) mod overflow;
pub mod pass;