Cargo Features
[dependencies]
strict_encoding = { version = "2.9.1", default-features = false, features = ["all", "derive", "float", "half", "serde", "rand"] }
- default = derive
-
The
derivefeature is set by default wheneverstrict_encodingis added withoutsomewhere in the dependency tree.default-features = false - all = derive, float, serde
- derive default all?
- float all?
- half
-
TODO: Remove this with major version update
- serde all?
Features from optional dependencies
- rand wasm32 implicit feature
-
Enables rand ^0.9.1
rand:
Random number generators and other randomness functionality