Cargo Features
sha3-utils has no features set by default.
[dependencies]
sha3-utils = { version = "0.5.0", features = ["alloc", "no-panic", "std"] }
-
alloc
-
Enable alloc support.
Currently unused.
Enables
alloc
of
zerocopy
-
no-panic
-
Enables
no-panic
-
std
-
Enable std support.
Currently unused.
Enables
std
of
zerocopy