Cargo Features

[dependencies]
zng-wgt-inspector = { version = "0.2.43", default-features = false, features = ["debug_default", "live", "crash_handler"] }
default = debug_default

The debug_default feature is set by default whenever zng-wgt-inspector is added without default-features = false somewhere in the dependency tree.

debug_default default

Enables the "live" feature in debug builds.

live

Compiles the interactive inspector.

Affects zng-wgt-inspector::live_inspector

crash_handler

Compiles the debug crash handler.

Only enables in not(any(target_arch = "wasm32", target_os = "android", target_os = "ios")) builds.

Enables open, crash_handler of zng-app