Update README

Tries to make the introductory portion of the README flow better.
This commit is contained in:
Nick Hamann 2015-05-15 00:43:40 -05:00
parent 0077ffe547
commit 74f1818608

View file

@ -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