shelly-liveview
Core runtime primitives for Shelly LiveView.
This crate provides the server-authoritative runtime surface:
LiveViewandLiveSession- protocol message types (
ClientMessage,ServerMessage) - HTML/template primitives (
Html,Template) - runtime context helpers (
Context) - replay, pubsub, and telemetry contracts
It intentionally excludes HTTP/WebSocket transport details.
Install
Quick Example
use ;
Related Crates
shelly-axumtransport adapter: https://docs.rs/shelly-axumshelly-testtesting helpers: https://docs.rs/shelly-test