Crate datastar

Source
Expand description

Datastar is a Rust implementation of the Datastar SDK specification.

Modules§

axum
Axum integration for Datastar.
consts
Datastar constants
execute_script
ExecuteScript executes JavaScript in the browser.
patch_elements
PatchElements patches HTML elements into the DOM.
patch_signals
PatchSignals patches signals into the signal store.
prelude
The prelude for the datastar crate
rocket
Rocket integration for Datastar.

Structs§

DatastarEvent
DatastarEvent is a struct that represents a generic Datastar event. All Datastar events implement Into<DatastarEvent>.