//! Cross-cutting infrastructure shared by render, ui, app, and platform.
//!
//! `cache` is the generic LRU framework. `resource` builds on it for
//! token-keyed asset management. `reactive` is the Signal / Computed
//! / Effect runtime. `perf` records trace spans. `timer` declares
//! time-driven components.