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