]> git.lizzy.rs Git - rust.git/blobdiff - README.md
use posix command to extract first 8 chars
[rust.git] / README.md
index da59629b049f349282da4eebc5191f33c8e1d39e..e54473a8b4172a833da5852e537c620391a9c875 100644 (file)
--- a/README.md
+++ b/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