Cargo Features

hetseq has no features set by default.

[dependencies]
hetseq = { version = "0.2.0", features = ["nightly", "rayon", "shred"] }
nightly

Features from optional dependencies

rayon implicit feature

Enables rayon

rayon:

Simple work-stealing parallelism for Rust

shred implicit feature

Enables shred ^0.5

shred:

Dispatches systems in parallel which need read access to some resources,
and write access to others