Cargo Features

malachite-q has no features set by default.

[dependencies]
malachite-q = { version = "0.4.7", features = ["enable_serde", "random", "32_bit_limbs", "test_build", "bin_build"] }
enable_serde = serde

Enables enable_serde of malachite-nz

random test_build?

Enables random of malachite-base and malachite-nz

Affects malachite-q::random

32_bit_limbs

Enables 32_bit_limbs of malachite-nz

test_build bin_build? = num, random, rug, serde, serde_json

Enables test_build of malachite-base and malachite-nz

Affects malachite-q::test_util

bin_build = test_build

Affects malachite-q::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.

serde enable_serde? test_build?
serde_json test_build?
num test_build?
rug test_build?