Cargo Features
[dependencies]
numext-fixed-hash-core = { version = "0.1.6", default-features = false, features = ["bits_all", "support_all", "bits_128", "bits_160", "bits_224", "bits_256", "bits_384", "bits_512", "bits_520", "bits_1024", "bits_2048", "bits_4096", "support_rand", "support_heapsize", "support_serde"] }
- default = bits_all
-
The
bits_all
feature is set by default whenevernumext-fixed-hash-core
is added without
somewhere in the dependency tree.default-features = false - bits_all default = bits_1024, bits_128, bits_160, bits_2048, bits_224, bits_256, bits_384, bits_4096, bits_512, bits_520
- support_all = support_heapsize, support_rand, support_serde
- bits_128 bits_all
-
Enables bits_128 of numext-fixed-uint
- bits_160 bits_all
-
Enables bits_160 of numext-fixed-uint
- bits_224 bits_all
-
Enables bits_224 of numext-fixed-uint
- bits_256 bits_all
-
Enables bits_256 of numext-fixed-uint
- bits_384 bits_all
-
Enables bits_384 of numext-fixed-uint
- bits_512 bits_all
-
Enables bits_512 of numext-fixed-uint
- bits_520 bits_all
-
Enables bits_520 of numext-fixed-uint
- bits_1024 bits_all
-
Enables bits_1024 of numext-fixed-uint
- bits_2048 bits_all
-
Enables bits_2048 of numext-fixed-uint
- bits_4096 bits_all
-
Enables bits_4096 of numext-fixed-uint
- support_rand support_all? = rand
-
Enables support_rand of numext-fixed-uint
- support_heapsize support_all? = heapsize
-
Enables support_heapsize of numext-fixed-uint
- support_serde support_all? = faster-hex, serde
-
Enables support_serde of numext-fixed-uint
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.
- rand support_rand?
-
Enables rand ~0.7
- heapsize support_heapsize?
- serde support_serde?
- faster-hex support_serde?
-
Enables faster-hex ~0.4