Cargo Features

[dependencies]
numext-fixed-uint = { 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 whenever numext-fixed-uint is added without default-features = false somewhere in the dependency tree.

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 and numext-fixed-uint-hack

bits_160 bits_all

Enables bits_160 of numext-fixed-uint-core and numext-fixed-uint-hack

bits_224 bits_all

Enables bits_224 of numext-fixed-uint-core and numext-fixed-uint-hack

bits_256 bits_all

Enables bits_256 of numext-fixed-uint-core and numext-fixed-uint-hack

bits_384 bits_all

Enables bits_384 of numext-fixed-uint-core and numext-fixed-uint-hack

bits_512 bits_all

Enables bits_512 of numext-fixed-uint-core and numext-fixed-uint-hack

bits_520 bits_all

Enables bits_520 of numext-fixed-uint-core and numext-fixed-uint-hack

bits_1024 bits_all

Enables bits_1024 of numext-fixed-uint-core and numext-fixed-uint-hack

bits_2048 bits_all

Enables bits_2048 of numext-fixed-uint-core and numext-fixed-uint-hack

bits_4096 bits_all

Enables bits_4096 of numext-fixed-uint-core and numext-fixed-uint-hack

support_rand support_all?

Enables support_rand of numext-fixed-uint-core and numext-fixed-uint-hack

support_heapsize support_all?

Enables support_heapsize of numext-fixed-uint-core and numext-fixed-uint-hack

support_serde support_all?

Enables support_serde of numext-fixed-uint-core and numext-fixed-uint-hack

numext-fixed-uint has 16 features without comments.