Cargo Features
math-kit has no features set by default.
[dependencies]
math-kit = { version = "2.0.0", features = ["all", "add", "subtract", "multiply", "divide", "discount"] }
-
all
=
add,
discount,
divide,
multiply,
subtract
-
-
add
all?
-
Affects
math-kit::add
…
-
subtract
all?
-
Affects
math-kit::subtract
…
-
multiply
all?
-
Affects
math-kit::multiply
…
-
divide
all?
-
Affects
math-kit::divide
…
-
discount
all?
-
Affects
math-kit::discount
…