Skip to content

Commit af1cb30

Browse files
committed
Rollup merge of #29729 - brson:readme2, r=steveklabnik
r? @steveklabnik This completely abdicates any responsibility to explain what Rust is, instead linking to the website. My main motivation is that I am still not happy with it, and every time I try to fix it I just write a slightly longer sales pitch than what's on the website. One thing this paragraph could do is direct people to more information about what is in the repo, or more technical information about the implementation.
2 parents d64195f + 7793829 commit af1cb30

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)