diff options
| author | Brian Anderson <banderson@mozilla.com> | 2015-02-15 21:08:32 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2015-02-18 13:46:55 -0800 |
| commit | aaabdbfe049cb4eaa2a353f4ce1bc59862a6b49e (patch) | |
| tree | 4ff385dc667136bd21aba87fbb083387f947eeed | |
| parent | 46189559a9449de3a7eacf70652aec8a994c9220 (diff) | |
| download | rust-aaabdbfe049cb4eaa2a353f4ce1bc59862a6b49e.tar.gz rust-aaabdbfe049cb4eaa2a353f4ce1bc59862a6b49e.zip | |
README: Add one sentence about what Rust is.
Most people don't know what Rust is.
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md index e37f1aec2d5..fd6d3723276 100644 --- a/README.md +++ b/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 |
