rustdoc_processor
Compute, cache, index, and query rustdoc JSON documentation for crates in a
project's dependency graph.
The pipeline:
- Compute — invoke
cargo rustdocto generate JSON docs. - Cache — persist raw docs and secondary indexes in a SQLite database.
- Index — build secondary indexes (import paths, item lookups, external re-export tracking).
- Query — look up items by path, resolve cross-crate references, and retrieve canonical import paths.
Part of the rustdoc-reflection toolkit.
License
Licensed under the Apache License, Version 2.0.