Cargo Features
[dependencies]
ethers-uint-rs = { version = "0.9.5", default-features = false, features = ["std", "quickcheck", "arbitrary"] }
- default = std
-
The
std
feature is set by default wheneverethers-uint-rs
is added without
somewhere in the dependency tree.default-features = false - std default
Features from optional dependencies
- quickcheck implicit feature
-
Enables quickcheck
quickcheck:
Automatic property based testing with shrinking
- arbitrary implicit feature
-
Enables arbitrary
arbitrary:
The trait for generating structured data from unstructured data