zed/crates/rustdoc/src
Marshall Bowers 86167138a9
rustdoc: Automatically index crates (#13014)
This PR removes the need to use `/rustdoc --index <CRATE_NAME>` and
instead indexes the crates once they are referenced.

As soon as the first `:` is added after the crate name, the indexing
will kick off in the background and update the index as it goes.

Release Notes:

- N/A
2024-06-13 18:30:15 -04:00
..
indexer.rs rustdoc: Automatically index crates (#13014) 2024-06-13 18:30:15 -04:00
item.rs Persist index for /rustdoc in LMDB (#12988) 2024-06-13 12:07:26 -04:00
rustdoc.rs rustdoc: Index crates progressively (#13011) 2024-06-13 16:40:06 -04:00
store.rs rustdoc: Automatically index crates (#13014) 2024-06-13 18:30:15 -04:00
to_markdown.rs Move rustdoc-related code to rustdoc crate (#12945) 2024-06-12 15:53:05 -04:00