Expand description
WebUI Protocol implementation.
This crate defines the protocol used by the WebUI framework for cross-platform
representation of UI components and templates. Types are generated directly
from proto/webui.proto using prost for optimal runtime performance —
no conversion layer between domain types and protobuf types.
Re-exports§
pub use proto::*;
Modules§
- proto
- Generated protobuf types from
proto/webui.proto.
Enums§
Type Aliases§
- Component
Data - Result
- WebUI
Fragment - WebUI
Fragment Attribute - WebUI
Fragment Component - WebUI
Fragment For - WebUI
Fragment If - WebUI
Fragment Outlet - WebUI
Fragment Plugin - WebUI
Fragment Raw - WebUI
Fragment Records - A mapping of unique fragment identifiers to their corresponding fragment lists.
- WebUI
Fragment Route - WebUI
Fragment Signal - WebUI
Protocol