Cargo Features
[dependencies]
hamming-dict = { version = "0.5.0", default-features = false, features = ["alloc"] }
- default = alloc
-
The
alloc
feature is set by default wheneverhamming-dict
is added without
somewhere in the dependency tree.default-features = false - alloc default
-
Affects
hamming-dict::generate_dict
,hamming-dict::generate_dict_seed
…