(joke in the title stolen from a redditor)

Context: some Rust kid vandalized cppreference.com today.

you are viewing a single comment's thread
view the rest of the comments
[–] 7 points 3 years ago* (2 children)

Rust documentation, at least for std is some of the best I have seen.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 3 years ago (1 child)

    Gotcha. I can't really speak to the quality of any Rust official documentation.

  • source
  • parent
  • hideshow 1 child comment
  • [–] 2 points 2 years ago

    Whats also nice is thst you put the documentation in the code and rust automatically generates a documentation page thsts hosted on docs.rs. So it makes really easy to have good docs for your stuff. If only everyone would document their stuff perfectly. A lot of the new released stuff gets released with minimal documentation.

  • source
  • parent