README: Add one sentence about what Rust is.

Most people don't know what Rust is.
This commit is contained in:
Brian Anderson 2015-02-15 21:08:32 -08:00
parent 46189559a9
commit aaabdbfe04

View File

@ -1,7 +1,9 @@
# The Rust Programming Language
This is a compiler for Rust, including standard libraries, tools and
documentation.
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.
## Quick Start