Cargo Features
[dependencies]
fasteval = { version = "0.2.4", default-features = false, features = ["alpha-keywords", "unsafe-vars", "nightly"] }
- default = alpha-keywords
-
The
alpha-keywords
feature is set by default wheneverfasteval
is added without
somewhere in the dependency tree.default-features = false - alpha-keywords default
-
Enable 'NaN', 'inf', 'and', 'or'
- unsafe-vars
-
tinyexpr-style pointer-based variables.
- nightly
-
Enable features that depend on Rust nightly.