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
7
mod widget;

#[allow(unused_imports)]
pub use widget::ResizableSplit;

#[cfg(test)]
mod tests;