A rustdoc PR changing logo display just got merged. Important to note: by default, no more Rust logo will be displayed in the sidebar.
Take a look at the screenshots in the PR: https://github.com/rust-lang/rust/pull/115948
#rust #rustlang
the “Guide-level explanation” section of the PR mentions
removes the Rust logo from non-official-Rust crates, again to make the navigation and supply chain clearer
I can see why that’s desired, and I can certainly get behind clearer navigation back to the root level of a crate. It’s kind of a shame to have nothing by default, though.
Yeah, I guess that makes sense. Removes confusion for people new to the ecosystem who might think some third party crates are officially maintained by the rust team.
Anyone know the motivation behind this change? I feel like it’s weird, I kinda liked having the logo.
the “Guide-level explanation” section of the PR mentions
I can see why that’s desired, and I can certainly get behind clearer navigation back to the root level of a crate. It’s kind of a shame to have nothing by default, though.
Yeah, I guess that makes sense. Removes confusion for people new to the ecosystem who might think some third party crates are officially maintained by the rust team.