You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a Chrome search for the crates io searchbar, so typing 'crate regex' gives the the search results directly for the regex crate.
However, very often i just require the repo or the documentation of a crate. Currently I search for the crate on crates.io and then click (this got much quicker with the new links in the search results, thanks for that!). It would be terrific if crates.io could do a redirect service for me, so I could use a Chrome autosearch to quickly jump to the documentation. For example, https://crates.io/crates/regex/documentation should redirect to https://doc.rust-lang.org/regex/regex/index.html.
The text was updated successfully, but these errors were encountered:
I have a Chrome search for the crates io searchbar, so typing 'crate regex' gives the the search results directly for the regex crate.
However, very often i just require the repo or the documentation of a crate. Currently I search for the crate on crates.io and then click (this got much quicker with the new links in the search results, thanks for that!). It would be terrific if crates.io could do a redirect service for me, so I could use a Chrome autosearch to quickly jump to the documentation. For example,
https://crates.io/crates/regex/documentation
should redirect tohttps://doc.rust-lang.org/regex/regex/index.html
.The text was updated successfully, but these errors were encountered: