Cargo Features

dd_maths_traits has no features set by default.

[dependencies]
dd_maths_traits = { version = "0.1.8", features = ["std", "all", "bigint", "nightly", "negative_impls", "const_ops"] }
std all?
all = bigint, nightly, std
bigint all? = num-bigint
nightly all? = adt_const_params, const_ops, const_trait_impl, decl_macro, negative_impls
adt_const_params negative_impls nightly?
const_trait_impl decl_macro const_ops nightly?

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.

num-bigint bigint?