Cargo Features
[dependencies]
git-function-history-gui = { version = "0.4.1", default-features = false, features = ["parallel", "not-parallel"] }
- default = parallel
-
The
parallel
feature is set by default whenevergit-function-history-gui
is added without
somewhere in the dependency tree.default-features = false - parallel default
-
Enables parallel of function_history_backend_thread ^0.2.2 and git_function_history ^0.6.2
- not-parallel
git-function-history-gui has 3 features without comments.