Cargo Features
[dependencies]
prexel = { version = "0.1.9", default-features = false, features = ["complex", "decimal", "linked-hashmap", "binary", "docs"] }
- default = docs, linked-hashmap
-
These default features are set whenever
prexel
is added without
somewhere in the dependency tree.default-features = false - complex = num-complex
-
Affects
prexel::complex
… - decimal = rust_decimal, rust_decimal_macros
-
Affects
prexel::decimal
… - linked-hashmap default = ritelinked
- binary
-
Affects
prexel::binary
,splitter::rules.SplitBinary
… - docs default
-
Affects
complex::ops.forward_impl_func
,complex::ops.forward_impl_func_inv
,function::Function.description
,function::BinaryFunction.description
,function::UnaryFunction.description
,prexel::descriptions
…
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.