Cargo Features
[dependencies]
numext-fixed-uint-hack = { 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-uint-hack
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-core
- bits_160 bits_all
-
Enables bits_160 of numext-fixed-uint-core
- bits_224 bits_all
-
Enables bits_224 of numext-fixed-uint-core
- bits_256 bits_all
-
Enables bits_256 of numext-fixed-uint-core
- bits_384 bits_all
-
Enables bits_384 of numext-fixed-uint-core
- bits_512 bits_all
-
Enables bits_512 of numext-fixed-uint-core
- bits_520 bits_all
-
Enables bits_520 of numext-fixed-uint-core
- bits_1024 bits_all
-
Enables bits_1024 of numext-fixed-uint-core
- bits_2048 bits_all
-
Enables bits_2048 of numext-fixed-uint-core
- bits_4096 bits_all
-
Enables bits_4096 of numext-fixed-uint-core
- support_rand support_all?
-
Enables support_rand of numext-fixed-uint-core
- support_heapsize support_all?
-
Enables support_heapsize of numext-fixed-uint-core
- support_serde support_all?
-
Enables support_serde of numext-fixed-uint-core
numext-fixed-uint-hack has 16 features without comments.