Registry / other / zng-app

zng-app

JSON →
library0.24.0rscratesunverified

Part of the zng project, providing application framework for GUI development.

# Cargo.toml [dependencies] zng-app = "0.24.0"
INSTALL
IMPORT
SIG · ZNG-APP
Z
zng-app
otherrustv0.24.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

App
use zng_app::App;

Creates and runs a Zng application.

use zng_app::App; fn main() { let app = App::new(); app.run(); }
Debug
Known issues
breakingRequires the `zng` crate and its dependencies; may have breaking changes in early versions.
fix
Ensure you have the correct zng version and check the changelog for breaking changes.
affects: >=0.24.0
Upgrade
Version history
0.24.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
45 hits · last 30 days
node
40
Resources
zng-app — cargo add zng-app · libregistry