ZIm/crates/rustdoc/src
Marshall Bowers 44f66aa426
rustdoc: Add CrateName newtype (#13056)
This PR adds a `CrateName` newtype used to represent crate names.

This makes the code a bit more self-descriptive and prevents confusing
other string values for a crate name.

It also changes the internal representation from a `String` to an
`Arc<str>` for cheaper clones.

Release Notes:

- N/A
2024-06-14 12:21:03 -04:00
..
indexer.rs rustdoc: Add CrateName newtype (#13056) 2024-06-14 12:21:03 -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: Add CrateName newtype (#13056) 2024-06-14 12:21:03 -04:00
to_markdown.rs Move rustdoc-related code to rustdoc crate (#12945) 2024-06-12 15:53:05 -04:00