Cargo Features
[dependencies]
nvimpam = { version = "0.2.1", default-features = false, features = ["valgrind", "no_valgrind"] }
- default = no_valgrind
-
The
no_valgrind
feature is set by default whenevernvimpam
is added without
somewhere in the dependency tree.default-features = false - valgrind
- no_valgrind default
nvimpam has 3 features without comments.