Cargo Features
[dependencies]
wca = { version = "0.46.0", default-features = false, features = ["full", "enabled", "diagnostics_runtime_assertions", "diagnostics_memory_layout", "on_unknown_suggest"] }
- default = enabled
-
The
enabledfeature is set by default wheneverwcais added withoutsomewhere in the dependency tree.default-features = false - full = enabled, on_unknown_suggest
- enabled default full?
- diagnostics_runtime_assertions
-
diagnostics features from test_tools
- no_std diagnostics_compiletime_assertions diagnostics_memory_layout
- on_unknown_suggest full?
-
This configuration suggests an action to be done when the command is unknown. In this case, when an unknown command is encountered, the system might suggest alternatives
Enables textdistance
fuzzy commands search