ZIm/crates/rustdoc
Marshall Bowers 85acc2be44
Persist index for /rustdoc in LMDB (#12988)
This PR updates the `/rustdoc` command with persistence for the
documented rustdoc items.

Now when you run `/rustdoc --index <CRATE_NAME>` it will index the crate
and store the results in LMDB.

The documented items will then be read from the database when searching
using `/rustdoc` and persist across restarts of Zed.

Release Notes:

- N/A
2024-06-13 12:07:26 -04:00
..
src Persist index for /rustdoc in LMDB (#12988) 2024-06-13 12:07:26 -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