README: Add one sentence about what Rust is.
Most people don't know what Rust is.
This commit is contained in:
parent
46189559a9
commit
aaabdbfe04
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue