Cargo Features
[dependencies]
eryon-net = { version = "0.0.1", default-features = false, features = ["full", "rand", "rayon", "rng", "tracing"] }
- default full? = rand
-
The
rand
feature is set by default whenevereryon-net
is added without
somewhere in the dependency tree.default-features = false - full = default, rayon, tracing
- rand default rng? = rng
-
********* [FF] Dependencies *********
Enables rand and rand_distr, rand of eryon-actors, eryon-core, eryon-mem, eryon-rt, and num
- rayon full?
-
Enables rayon, rayon of eryon-actors and eryon-rt
- rng rand
-
Enables small_rng and thread_rng of rand, rng of eryon-actors, eryon-core, eryon-mem, and eryon-rt
- tracing full?
-
Enables attributes and log of tracing, tracing of eryon-actors, eryon-core, eryon-mem, eryon-rt, and rshyper