rust-lang / prev.rust-lang.org

The previous Rust website. The current website's code is at https://github.com/rust-lang/www.rust-lang.org.
https://prev.rust-lang.org
Apache License 2.0
151 stars 340 forks source link

Re-create this webiste in Rocket Web Framework #950

Open ranjithrajv opened 7 years ago

ranjithrajv commented 7 years ago

Intro: Rocket is a web framework for Rust that makes it simple to write fast web applications without sacrificing flexibility or type safety. All with minimal code. https://rocket.rs/

A website for Rust would make more sense if we do it in Web frameworks based on Rust. It would be awkward if we ourselves don't use them.

steveklabnik commented 7 years ago

I'm a big 👎 for two reasons:

  1. Rocket is not on stable Rust
  2. This is purely a static page, so using any web framework is overkill.