Expand description
Newtypes and enums describing a project’s identity, platforms, and targets.
Structs§
- Android
Package Name - Android package name validated against Java package segment rules.
- Bundle
Identifier - Reverse-DNS application identifier shared across generated platform manifests.
- Crate
Name - Canonical
Cargocrate name used by aWaterUIproject and its generated backends. - Rust
Ident - Rust identifier derived from project naming metadata.
Enums§
- Permission
Key - Logical permission keys that scaffold platform-specific manifest entries.
Functions§
- cef_
helper_ binary_ name - The bundle-helper binary a generated crate carries when its backend embeds CEF.
- declares_
cef_ helper - Whether the generated manifests declare the CEF subprocess helper
[[bin]]for an application whose linked browser engine isengine. - generated_
crate_ name - The package name of a crate the CLI generates for
project_root: the project’s crate name, the backend suffix, and a short hash of the canonical project root.