Cargo Features

[dependencies]
pfv-rs = { version = "0.2.2", default-features = false, features = ["multithreading"] }
default = multithreading

The multithreading feature is set by default whenever pfv-rs is added without default-features = false somewhere in the dependency tree.

multithreading default

Enables rayon

pfv-rs has 2 features without comments.