Skip to content

Commit 7793829

Browse files
committed
Redo the README intro again
1 parent 2968dfa commit 7793829

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
# The Rust Programming Language
22

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.
3+
This is the main source code repository for [Rust]. It contains the compiler, standard library,
4+
and documentation.
65

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
6+
[Rust]: https://www.rust-lang.org
117

128
## Quick Start
139

0 commit comments

Comments
 (0)