Expand description
A web/DOM/HTML backend for ravel
.
Modules§
- attr
- HTML attributes.
- collections
- Views over dynamically sized collections.
- el
- HTML elements.
- event
- HTML events.
- run
- Run an event loop for a top-level component.
- text
- Text nodes and formatting.
Macros§
- View
- A convenience macro for declaring a
View
type. - format_
text - Displays text with a format string.
Structs§
- AnyState
- The state for an
AnyView
. - AnyView
- A wrapper around a
View
, erasing itsState
type. - BuildCx
- The necessary context for building
Web
components. - Option
State - The state for an
Option
al component. - Rebuild
Cx - The necessary context for rebuilding
Web
components. - Web
- A dummy type representing the web backend.
Traits§
- View
- Trait for DOM fragments.
- View
Marker - A marker trait for the
ravel::State
types of aView
.