Cargo Features
c32 has no features set by default.
[dependencies]
c32 = { version = "0.6.1", features = ["alloc", "check"] }
- alloc
-
Affects
c32::encode
,c32::decode
,c32::encode_prefixed
,c32::decode_prefixed
,c32::encode_check
,c32::decode_check
,c32::encode_check_prefixed
,c32::decode_check_prefixed
… - check = sha2
-
Affects
c32::checksum
,c32::encoded_check_len
,c32::decoded_check_len
,c32::encode_check_into
,c32::decode_check_into
,c32::encode_check
,c32::decode_check
,c32::encode_check_prefixed
,c32::decode_check_prefixed
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- sha2 check?
-
Enables sha2-const-stable