ZIm/crates/rustdoc/src
Marshall Bowers 258a8a37d8
Extract paths out of util (#13182)
This PR extracts the definition of the various Zed paths out of `util`
and into a new `paths` crate.

`util` is for generic utils, while these paths are Zed-specific. For
instance, `gpui` depends on `util`, and it shouldn't have knowledge of
these paths, since they are only used by Zed.

Release Notes:

- N/A
2024-06-17 19:27:42 -04:00
..
indexer.rs assistant: Indicate when the /rustdoc output is from the index (#13148) 2024-06-17 11:53:23 -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 Extract paths out of util (#13182) 2024-06-17 19:27:42 -04:00
to_markdown.rs rustdoc: Strip out additional chrome (#13172) 2024-06-17 16:44:15 -04:00