Expand description
Allows rendering user interfaces based on a statically-typed view tree.
This view tree is generic over rendering backends, and agnostic about reactivity/change detection.
Re-exports§
pub use either_of as either;
Modules§
- dom
- Helpers for interacting with the DOM.
- html
- Types for building a statically-typed HTML view tree.
- hydration
- Supports adding interactivity to HTML.
- mathml
- Types for MathML.
- prelude
- Commonly-used traits.
- renderer
- Defines various backends that can render views.
- ssr
- Rendering views to HTML.
- svg
- Types for SVG.
- view
- Core logic for manipulating views.
Macros§
- no_
attrs - Declares that spreading attributes onto a particular type has no effect.