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 whenever arithmetic-typing is added without default-features = false somewhere in the dependency tree.

std default

Enables support of types from std, such as the Error trait.

Enables std of anyhow and arithmetic-parser

Features from optional dependencies

hashbrown implicit feature

Enables hashbrown ^0.14.5

Optional dependencies