Cargo Features
malachite-float has no features set by default.
[dependencies]
malachite-float = { version = "0.4.16", features = ["enable_serde", "random", "32_bit_limbs", "test_build", "bin_build"] }
- enable_serde = serde
-
Enables enable_serde of malachite-nz and malachite-q
- random test_build?
-
Enables random of malachite-base, malachite-nz, and malachite-q
Affects
malachite-float::random
… - 32_bit_limbs
-
Enables 32_bit_limbs of malachite-nz and malachite-q
- test_build bin_build? = num, random, rug, serde, serde_json
-
Enables test_build of malachite-base, malachite-nz, and malachite-q
Affects
malachite-float::test_util
… - bin_build = test_build
-
Affects
malachite-float::bin_util
…
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.