mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-30 05:51:58 +00:00
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,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…
Reference in New Issue
Block a user