Cargo Features
[dependencies]
calc_rational = { version = "2.0.0", default-features = false, features = ["priv_sep", "rand", "std"] }
FEATURES
- default = priv_sep, std
-
These default features are set whenever
calc_rational
is added without
somewhere in the dependency tree.default-features = false - priv_sep default
-
Provide pledge and unveil for OpenBSD.
Enables priv_sep
- rand = std
-
Provide random functions.
Enables rand
- std default rand?
-
Provide std support. This must be enabled when compiling the binary crate.
Affects
calc_rational::EvalIter
,calc_rational::E
…