Cargo Features
Electrologica has no features set by default.
[dependencies]
electrologica = { version = "0.3.0", features = ["dev-profiling", "jemalloc", "rayon"] }
- dev-profiling = pprof
- jemalloc = tikv-jemallocator
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.
- pprof dev-profiling?
-
Enables pprof ^0.13.0
- rayon implicit feature
-
Enables rayon
rayon:
Simple work-stealing parallelism for Rust
Affects
ring::ParIter
,ring::ParDrain
… - tikv-jemallocator not msvc jemalloc?