We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2968dfa commit 7793829Copy full SHA for 7793829
README.md
@@ -1,13 +1,9 @@
1
# The Rust Programming Language
2
3
-Rust is a fast systems programming language that guarantees
4
-memory safety and offers painless concurrency ([no data races]).
5
-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.
6
7
-This repo contains the code for the compiler (`rustc`), as well
8
-as standard libraries, tools and documentation for Rust.
9
-
10
-[no data races]: http://blog.rust-lang.org/2015/04/10/Fearless-Concurrency.html
+[Rust]: https://www.rust-lang.org
11
12
## Quick Start
13
0 commit comments