Cargo Features
[dependencies]
wyrand = { version = "0.2.1", default-features = false, features = ["debug", "hash", "rand_core", "serde1", "wyhash", "randomised_wyhash", "fully_randomised_wyhash", "threadrng_wyhash", "legacy_v4"] }
- default = debug, rand_core
-
These default features are set whenever
wyrand
is added without
somewhere in the dependency tree.default-features = false - debug default
- hash
- rand_core default
-
Enables rand_core
- serde1
-
Enables serde
- wyhash randomised_wyhash?
- randomised_wyhash fully_randomised_wyhash? threadrng_wyhash? = wyhash
-
Enables getrandom
- fully_randomised_wyhash = randomised_wyhash
- threadrng_wyhash = randomised_wyhash
-
Enables rand
- legacy_v4
-
Affects
wyrand::legacy_final_v4
…