Cargo Features
[dependencies]
eryon-mem = { version = "0.0.3", default-features = false, features = ["full", "blockchain", "std", "wasi", "wasm", "anyhow", "approx", "json", "rand", "rng", "serde", "serde_json", "tracing"] }
- default full? = std
-
The
std
feature is set by default whenevereryon-mem
is added without
somewhere in the dependency tree.default-features = false - full = anyhow, default, json, rand, serde, tracing
- blockchain
-
************* [FF:Features] *************
- std default
-
************* [FF:Environments] *************
Enables std of eryon-core, num-traits, rstmt, and scsys
rstmt:
custom
logging
and std of strum, optional serde, and optional serde_json
serde:
serialization
- wasi
-
Enables wasi of eryon-core, rstmt, and scsys
- wasm
-
Enables wasm of eryon-core, rstmt, and scsys
- anyhow full?
-
************* [FF:Dependencies] *************
Enables anyhow of eryon-core, rstmt, and scsys and anyhow
error handling
- approx
-
Enables approx
math
- json full? = serde, serde_json
-
Enables json of eryon-core, rstmt, and scsys
- rand full? = rng
-
Enables rand of eryon-core
- rng rand?
-
Enables rng of eryon-core, rstmt, and scsys
- serde full? json?
-
Enables serde and serde_derive, serde of eryon-core
- serde_json json?
-
Enables serde_json
- tracing full?
-
Enables tracing, tracing of eryon-core