euv-example 0.5.41

An example application demonstrating the euv UI framework with reactive signals, custom components, and WebAssembly.
Documentation
1
2
3
4
5
/// The default SSE server URL used for the demo.
pub(crate) const SSE_DEFAULT_URL: &str = "https://ltpp.vip/sse";

/// The maximum number of SSE messages to keep in the display list.
pub(crate) const SSE_MAX_MESSAGES: usize = 50;