Cargo Features
Entest has no features set by default.
[dependencies]
entest = { version = "0.2.2", features = ["std", "cli", "test-rng", "lite"] }
-
std
cli?
-
Enables
std
of
fastnum2 and
rand_core
-
cli
=
std
-
Enables
clap
Affects
entest::cli
…
Required by the binary
-
test-rng
-
Enables
rand_core
-
lite
-
"lite" version uses fastnum 64-bit decimal instead of 256-bit decimal.
Affects
entest::Dec
…