Cargo Features
[dependencies]
qlue-ls = { version = "0.6.2", default-features = false, features = ["console_error_panic_hook"] }
- default = console_error_panic_hook
-
The
console_error_panic_hook
feature is set by default wheneverqlue-ls
is added without
somewhere in the dependency tree.default-features = false - console_error_panic_hook default
-
Enables console_error_panic_hook
Qlue-ls has 2 features without comments.