Skip to main content

Crate fret_authoring

Crate fret_authoring 

Source
Expand description

Shared authoring contracts for ecosystem-level UI frontends.

This crate defines small, policy-light traits that allow ecosystem crates to expose authoring helpers without coupling to a specific frontend (e.g. fret-imui).

Design constraints:

  • Keep dependencies minimal (fret-ui / fret-core only).
  • Do not introduce a second UI runtime: authoring must compile down to the declarative element taxonomy mounted into UiTree (ADR 0028).

Structs§

Response
Minimal interaction result for immediate-style authoring helpers.

Traits§

UiWriter
Minimal authoring surface for immediate-style composition.