Cargo Features
[dependencies]
rstmt-core = { version = "0.0.5", default-features = false, features = ["full", "nightly", "std", "wasi", "wasm", "alloc", "anyhow", "json", "rand", "rayon", "rng", "serde", "serde_json", "tracing"] }
- default full? = std
-
The
std
feature is set by default wheneverrstmt-core
is added without
somewhere in the dependency tree.default-features = false - full = anyhow, default, json, rand, serde, tracing
- nightly
- std default = alloc
-
************* [FF:Environments] *************
custom
and std of strum and optional serde
serde:
serialization
and std of num, num-traits, and optional rand
num:
mathematics
- wasi
- wasm
-
Enables wasm of scsys and wasm_js of optional getrandom
randomization
and web_spin_lock of optional rayon-core
concurrency & parallelism
- alloc json? std
-
************* [FF:Dependencies] *************
Enables alloc of num, scsys, optional serde, and optional serde_json
- anyhow full?
-
Enables anyhow of scsys and anyhow
error-handling
- json full? = alloc, serde, serde_json
- rand full? rng? = rng
- rayon
-
Enables rayon-core
- rng rand?
-
Enables getrandom, small_rng and thread_rng of rand, rng of scsys
- serde full? json?
-
Enables serde and serde_derive, serde of num and scsys
- serde_json json?
-
Enables serde_json
- tracing full?
-
Enables tracing of scsys and log of tracing
logging