Cargo Features
trustfall-rustdoc-adapter has no features set by default.
[dependencies]
trustfall-rustdoc-adapter = { version = "36.1.1", 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 usageEnables rayon
- rustc-hash
-
Use rustc-hash::{FxHashMap, FxHashSet} internally for improved performance
Enables rustc-hash