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
use super::*;
use fret_runtime::GlobalsHost;
use std::collections::HashMap;
use std::sync::atomic::{AtomicUsize, Ordering};
use std::sync::{Arc, Mutex};

mod basics;
mod caching;
mod measurement;
mod paint;
mod retained;
mod scroll_to_item;
mod semantics;