Closed
Description
Rust's libstd currently has doc.rust-lang.org
for users, and stdrs.dev
for developers. This is useful because it allows a glimpse into internals without opening the project and manually navigating through code. We could host it on the website, or really anywhere else. All it requires is some CI to run cargo doc --document-private-items
and upload the results.
Action items:
- Decide where these docs should be published
- Create some CI to build and upload docs on push