mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 08:13:41 +00:00
Redo the README intro again
This commit is contained in:
parent
2968dfa285
commit
7793829877
10
README.md
10
README.md
@ -1,13 +1,9 @@
|
|||||||
# The Rust Programming Language
|
# The Rust Programming Language
|
||||||
|
|
||||||
Rust is a fast systems programming language that guarantees
|
This is the main source code repository for [Rust]. It contains the compiler, standard library,
|
||||||
memory safety and offers painless concurrency ([no data races]).
|
and documentation.
|
||||||
It does not employ a garbage collector and has minimal runtime overhead.
|
|
||||||
|
|
||||||
This repo contains the code for the compiler (`rustc`), as well
|
[Rust]: https://www.rust-lang.org
|
||||||
as standard libraries, tools and documentation for Rust.
|
|
||||||
|
|
||||||
[no data races]: http://blog.rust-lang.org/2015/04/10/Fearless-Concurrency.html
|
|
||||||
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user