rust-lang / rust-lang/rustwide
Some missing variable replacements for index `dl` url
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 198
- Forks
- 45
- Avg merge
- 18h 46m
- Merged PRs (30d)
- 7
Description
Based on https://doc.rust-lang.org/nightly/cargo/reference/registries.html#index-format this is missing the prefix, lowerprefix and sha256-checksum variables that were introduced.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at src/crates/registry.rs around line 103 and compare the index URL replacements with Cargo's documented registries index format. Confirm that prefix, lowerprefix, and sha256-checksum are handled, and verify the resulting index URLs or related behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100