ZIm/crates/rustdoc
Marshall Bowers 6181ac6bad
rustdoc: Index crates progressively (#13011)
This PR updates the rustdoc indexing to be more progressive.

Rather than waiting until we've crawled the entire crate to begin
writing to the database, we instead start writing the docs as we go.

This makes it so you can start getting completions while the indexing is
still running.

Release Notes:

- N/A
2024-06-13 16:40:06 -04:00
..
src rustdoc: Index crates progressively (#13011) 2024-06-13 16:40:06 -04:00
Cargo.toml Persist index for /rustdoc in LMDB (#12988) 2024-06-13 12:07:26 -04:00
LICENSE-GPL Start on rustdoc crawler (#12942) 2024-06-12 15:21:50 -04:00