Cargo Features
[dependencies]
arithmetic-typing = { version = "0.4.0-beta.1", default-features = false, features = ["std", "hashbrown"] }
- default = std
-
The
std
feature is set by default wheneverarithmetic-typing
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables support of types from
std
, such as theError
trait.Enables std of anyhow and arithmetic-parser
Features from optional dependencies
- hashbrown implicit feature
-
Enables hashbrown ^0.14.5
Optional dependencies