Replies: 1 comment 2 replies
-
this would require us to build the infrastructure to display code from within the published crates, similar to what docs.rs does. while this seems useful in the long-term, I unfortunately don't think we currently have the capacity to build this in a scalable way. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Creating a feature request issue led me here. I assume a discussion about it is desired before opening an issue...
I noticed that after
Readme.md
, the usual process of evaluating a crate is browsing the/examples
folder. That folder is a common convention defined by cargo and found in many crates.When looking at multiple crates, it would be nice to be able to browse the examples without visiting the repository for each one. Something like an "Examples" tab where the files inside
/examples
are displayed.Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions