-
Notifications
You must be signed in to change notification settings - Fork 212
Feature request: list crate features at the top of package index.html #590
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I think listing all the features of the crate is useful and in scope (maybe under the |
Or in other words: just finding which features are available is simple, we just parse |
There's an extension that adds this already and I like their approach - they put an extra |
Relevant code:
|
One change I would suggest for the example drop-down would be to highlight the |
This was added in #1144. |
When learning Rust, it's surprising to not find a namespace available within a package. Having crate features available at the top of the docs.rs package would be a great indication that some namespaces are gated behind features.
The text was updated successfully, but these errors were encountered: