Cargo Features

rayon_logs has no features set by default.

[dependencies]
rayon_logs = { version = "0.1.3", features = ["perf"] }
perf = perfcnt, x86

enable this to log hardware events on x86. This is optional because it requires nightly.

Affects pool::subgraph_hardware_event, pool::subgraph_software_event, pool::subgraph_cache_event

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality [may be removed in the future](https://rust-lang.github.io/rfcs/3491-remove-implicit-features.html).

x86 perf?

Enables x86 ^0.19

perfcnt perf?

Enables perfcnt ^0.5