Crate tessera_ui_macros

Crate tessera_ui_macros 

Source
Expand description

§Tessera Macros

This crate provides procedural macros for the Tessera UI framework. The main export is the #[tessera] attribute macro, which transforms regular Rust functions into Tessera UI components.

Attribute Macros§

shard
Transforms a function into a shard component that can be navigated to via the routing system and (optionally) provided with a lazily‑initialized per‑shard state.
tessera
Transforms a regular Rust function into a Tessera UI component.