We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4618955 commit aaabdbfCopy full SHA for aaabdbf
README.md
@@ -1,7 +1,9 @@
1
# The Rust Programming Language
2
3
This is a compiler for Rust, including standard libraries, tools and
4
-documentation.
+documentation. Rust is a systems programming language that is fast,
5
+memory safe and multithreaded, but does not employ a garbage collector
6
+or otherwise impose significant runtime overhead.
7
8
## Quick Start
9
0 commit comments