Cargo Features
[dependencies]
rshyper = { version = "0.1.8", default-features = false, features = ["full", "algo", "hash_grap", "hyper_map", "macros", "nightly", "std", "wasi", "wasm", "alloc", "anyhow", "json", "rand", "rayon", "rng", "serde", "serde_json", "tracing", "wasm-bindgen"] }
- default full? = algo, hyper_map, macros, std
-
These default features are set whenever
rshyper
is added without
somewhere in the dependency tree.default-features = false - full = anyhow, default, json, rand, serde, tracing
- algo default
-
************* [FF:Flags] *************
Enables rshyper-algo
optional dependencies
- hash_grap = hyper_map
- hyper_map default hash_grap? = std
-
Enables rshyper-hmap
- macros default
- nightly
-
************* [FF:Environments] *************
Enables nightly of optional rshyper-algo, rshyper-core, and optional rshyper-hmap
rshyper-core:
core modules
- std default hyper_map = alloc
-
Enables std of optional rshyper-algo, rshyper-core, and optional rshyper-hmap
- wasi = alloc
-
Enables wasi of optional rshyper-algo, rshyper-core, and optional rshyper-hmap
- wasm = alloc
-
Enables wasm of optional rshyper-algo, rshyper-core, and optional rshyper-hmap
- alloc json? std wasi? wasm?
-
************* [FF:Dependencies] *************
Enables alloc of optional rshyper-algo, rshyper-core, and optional rshyper-hmap
- anyhow full?
-
Enables anyhow of optional rshyper-algo, rshyper-core, and optional rshyper-hmap
- json full? = alloc
-
Enables json of rshyper-core and optional rshyper-hmap
- rand full? = rng
-
Enables rand of rshyper-core and optional rshyper-hmap
- rayon
-
Enables rayon of optional rshyper-algo, rshyper-core, and optional rshyper-hmap
- rng rand?
-
Enables rng of rshyper-core and optional rshyper-hmap
- serde full?
-
Enables serde of optional rshyper-algo, rshyper-core, and optional rshyper-hmap
- serde_json
-
Enables serde_json of rshyper-core and optional rshyper-hmap
- tracing full?
-
Enables tracing of optional rshyper-algo, rshyper-core, and optional rshyper-hmap
- wasm-bindgen
-
Enables wasm-bindgen of rshyper-core