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
6
/// The invoke command name for resolving bridge group permissions.
pub(crate) const TAURI_INVOKE_RESOLVE_BRIDGE_GROUP_PERMISSIONS: &str =
    "resolve_bridge_group_permissions";

/// The bridge group name for querying all permissions.
pub(crate) const TAURI_BRIDGE_GROUP_ALL: &str = "all";