euv-cli 0.5.13

The official CLI tool for the euv UI framework, providing dev/release profiles with run/build modes, hot reload, and wasm-pack integration.
1
2
3
4
5
6
7
8
/// The error message returned when the server is not yet ready.
pub(crate) const ERROR_SERVER_NOT_READY: &str = "server not ready";

/// The HTTP scheme prefix.
pub(crate) const HTTP_SCHEME: &str = "http";

/// The Windows UNC path prefix.
pub(crate) const WINDOWS_UNC_PREFIX: &str = r"\\?\";