rust-lang / www.rust-lang.org

The home of the Rust website
https://www.rust-lang.org
Apache License 2.0
370 stars 289 forks source link

Rework all code examples #838

Open skade opened 5 years ago

skade commented 5 years ago

Content Feature Request

Summary

We should rework all code examples. The following rules should apply:

Motivation

A lot of code examples use libraries that were in build during the time of creation but have since passed out of maintenance, such as quicly. Others make you use the nightly compiler, such as rocket. Other ones are just 0.1 for no reason, such as ferris_says.

This gives an extremely spotty view of the language and damages our image of providing stability.

Maintenance

Setting out to have more stability will reduce maintenance burden.

skade commented 5 years ago

Issue for playground examples: https://github.com/rust-lang/www.rust-lang.org/issues/523