Cargo Features
[dependencies]
dds = { version = "0.1.0", default-features = false, features = ["rayon"] }
- default = rayon
-
The
rayon
feature is set by default wheneverdds
is added without
somewhere in the dependency tree.default-features = false - rayon default
-
Enables parallel encoding via rayon. This makes encoding BCn images 5-20x faster.
Enables rayon of resize and rayon
optional dependencies