Cargo Features

[dependencies]
trustfall_rustdoc = { version = "0.23.0", default-features = false, features = ["rayon", "rustc-hash", "v36", "v37", "v39", "v43"] }
default = v36, v37, v39, v43

These default features are set whenever trustfall_rustdoc is added without default-features = false somewhere in the dependency tree.

rayon

Enables rayon of optional trustfall-rustdoc-adapter >=36.5.4, <36.6.0, optional trustfall-rustdoc-adapter >=37.3.4, <37.4.0, optional trustfall-rustdoc-adapter >=39.1.0, <39.2.0, and optional trustfall-rustdoc-adapter

trustfall-rustdoc-adapter:

Enable rayon for speeding up building IndexedCrate, this massively improves performance on big crates, but may impact performance on small crates and definitely increases the memory usage

rustc-hash

Enables rustc-hash of optional trustfall-rustdoc-adapter >=36.5.4, <36.6.0, optional trustfall-rustdoc-adapter >=37.3.4, <37.4.0, optional trustfall-rustdoc-adapter >=39.1.0, <39.2.0, and optional trustfall-rustdoc-adapter

trustfall-rustdoc-adapter:

Use rustc-hash::{FxHashMap, FxHashSet} internally for improved performance

v36 default

Keep this list of rustdoc version-specific features at the bottom,
to ensure our version-updating automation works correctly.

Enables trustfall-rustdoc-adapter >=36.5.4, <36.6.0

v37 default

Enables trustfall-rustdoc-adapter >=37.3.4, <37.4.0

v39 default

Enables trustfall-rustdoc-adapter >=39.1.0, <39.2.0

v43 default

Enables trustfall-rustdoc-adapter