Skip to content

Internal documentation #5444

Closed
Closed
@lylythechosenone

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:

  1. Decide where these docs should be published
  2. Create some CI to build and upload docs on push

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions