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