Cargo Features
[dependencies]
libsvm = { version = "0.4.0", default-features = false, features = ["link", "codegen"] }
- default = link
-
The
link
feature is set by default wheneverlibsvm
is added without
somewhere in the dependency tree.default-features = false - link default
-
Enables link of libsvm-sys2
- codegen
-
Enables codegen of libsvm-sys2
LIBSVM has 3 features without comments.