Cargo Features

[dependencies]
zng-wgt-inspector = { version = "0.2.14", 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.

Enables open, crash_handler of zng-app