Crate beet_rsx

Source
Expand description

All about rsx trees, html, hydrating patterns, signals. beet_rsx has many features but by default it is quite lightweight and intended to run on constrained devices like the ESP32

Modules§

as_beet
dom
error
html
prelude
rsx
sigfault
string_rsx
tree

Macros§

rsx
This macro expands to an RsxNode.
rsx_template
Mostly used for testing, this macro expands to an RsxTemplateNode, it is used for things like hot reloading.

Derive Macros§

Deref
DerefMut