Update README
Tries to make the introductory portion of the README flow better.
This commit is contained in:
parent
0077ffe547
commit
74f1818608
10
README.md
10
README.md
@ -1,9 +1,11 @@
|
||||
# The Rust Programming Language
|
||||
|
||||
This is a compiler for Rust, including standard libraries, tools and
|
||||
documentation. Rust is a systems programming language that is fast,
|
||||
memory safe and multithreaded, but does not employ a garbage collector
|
||||
or otherwise impose significant runtime overhead.
|
||||
Rust is a systems programming language that is fast, memory safe and
|
||||
multithreaded, but does not employ a garbage collector or otherwise
|
||||
impose significant runtime overhead.
|
||||
|
||||
This repo contains the code for `rustc`, the Rust compiler, as well
|
||||
as standard libraries, tools and documentation for Rust.
|
||||
|
||||
## Quick Start
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user