Skip to content

Commit

Permalink
README: Add one sentence about what Rust is.
Browse files Browse the repository at this point in the history
Most people don't know what Rust is.
  • Loading branch information
brson committed Feb 18, 2015
1 parent 4618955 commit aaabdbf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
@@ -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

Expand Down

0 comments on commit aaabdbf

Please sign in to comment.