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
8
9
10
11
12
13
14
15
pub(crate) mod frame;
mod host_widget;
mod layout_helpers;
mod mount;
mod paint_helpers;
mod prelude;
pub(crate) mod taffy_layout;
pub(crate) use frame::{ElementInstance, element_record_for_node};
pub(crate) use mount::node_contains_in_window_frame;
pub(crate) use mount::node_for_element_in_window_frame;
pub(crate) use mount::with_window_frame;
pub use mount::{RenderRootContext, render_dismissible_root_with_hooks, render_root};

#[cfg(test)]
mod tests;