Cargo Features
[dependencies]
secwords = { version = "2.1.1", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneversecwords
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables hex, unicode-normalization, utils-results, and vep
Secwords has 2 features without comments.