Cargo Features
[dependencies]
pfv-rs = { version = "0.2.2", default-features = false, features = ["multithreading"] }
- default = multithreading
-
The
multithreading
feature is set by default wheneverpfv-rs
is added without
somewhere in the dependency tree.default-features = false - multithreading default
-
Enables rayon
pfv-rs has 2 features without comments.