Cargo Features

trustfall-rustdoc-adapter has no features set by default.

[dependencies]
trustfall-rustdoc-adapter = { version = "39.1.2", features = ["rayon", "rustc-hash"] }

No dependencies after this point. Put all dependencies above this section.

rayon

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

Enables rayon

rustc-hash

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

Enables rustc-hash and rustc-hash of rustdoc-types

Keep this dependency last, its own block, since we change it often via automated means and we'd like to avoid merge conflicts.