Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Tries to make the introductory portion of the README flow better.
  • Loading branch information
Nick Hamann committed May 15, 2015
1 parent 0077ffe commit 74f1818
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions 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

Expand Down

0 comments on commit 74f1818

Please sign in to comment.