Weihang Lo
Weihang Lo
> I'm working on a crate registry where I'm able to advertise a set of crate versions that may be generated, but the crates themselves are only lazily generated when...
> I've been able to implement a similar lazy generation scheme across a variety of package ecosystems — cargo is the only one (so far) that has strictly required package...
Thanks for the report. I love the amount of details you filled in! I wonder if we could consolidate similar feature requests into one location, so people don't need to...
I am not going to discuss any specific implementation further until we have a conclusion on the design. Could we bring it back to , and gather ideas there?
This seems to be an unsupported behavior that is accidentally supported. From the [`[alias]`](https://doc.rust-lang.org/nightly/cargo/reference/config.html#alias) doc: > The value may be an array of strings, where the first element is the...
We need to make sure the redirection work. For example, must redirect to .
Speaking of that. This only affects URLs. It is not really a thing user preceive, so might not be worth having this churn.
@rustbot author
mdbook supports [`[output.html.redirect]`](https://rust-lang.github.io/mdBook/format/configuration/renderers.html#outputhtmlredirect), though it doesn't seem to support fragment jumps after redirections. We then need to add additional JavaScript like this: https://github.com/rust-lang/cargo/blob/05364cb2f61a2c2b091e061c1f42b207dfb5f81f/src/doc/src/reference/manifest.md?plain=1#L654-L694 I feel like there are more works...