Cargo Features
[dependencies]
wz_reader = { version = "0.0.12", default-features = false, features = ["json", "serde", "rayon"] }
- default = rayon
-
The
rayon
feature is set by default wheneverwz_reader
is added without
somewhere in the dependency tree.default-features = false - json = serde
-
Enables serde_json
- serde json?
-
Enables serde, serde of hashbrown ^0.14.3
- rayon default
-
Enables rayon and rayon of image
image:
Other features
Enables multi-threading
WzReader has 4 features without comments.