X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=README.md;h=8eb742f0a22fcbde7889e5b3929ab35218e1ef56;hb=e4066f5f4c0c4e1cb3183abd63fbf4aef314e65f;hp=5e208a76e0315eece69a710b50b6daa94758f1cf;hpb=c143ae7764a4bedc61c6c9d86803af940f813a58;p=rust.git diff --git a/README.md b/README.md index 5e208a76e03..8eb742f0a22 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,9 @@ # The Rust Programming Language -Rust is a fast systems programming language that guarantees -memory safety and offers painless concurrency ([no data races]). -It does not employ a garbage collector and has minimal runtime overhead. +This is the main source code repository for [Rust]. It contains the compiler, standard library, +and documentation. -This repo contains the code for the compiler (`rustc`), as well -as standard libraries, tools and documentation for Rust. - -[no data races]: http://blog.rust-lang.org/2015/04/10/Fearless-Concurrency.html +[Rust]: https://www.rust-lang.org ## Quick Start