Cargo Features

[dependencies]
parcoll = { version = "1.4.2", default-features = false, features = ["with-light-qsbr", "unbounded_slices_always_pow2", "untested_memory_ordering"] }
default = unbounded_slices_always_pow2

The unbounded_slices_always_pow2 feature is set by default whenever parcoll is added without default-features = false somewhere in the dependency tree.

with-light-qsbr = light-qsbr

Affects sync_cell::LightQSBRSyncCell

unbounded_slices_always_pow2 default
always_steal untested_memory_ordering

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.

light-qsbr with-light-qsbr?