Cargo Features
[dependencies]
feistel = { version = "0.1.0", default-features = false, features = ["array"] }
- default = array
-
The
array
feature is set by default wheneverfeistel
is added without
somewhere in the dependency tree.default-features = false - array default
-
Enables generic-array
Feistel has 2 features without comments.