Skip to content

Commit

Permalink
Add ABOUT.md to xrust docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hjr3 committed Jan 28, 2016
1 parent bdb976f commit 83b6b03
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/ABOUT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Rust is a systems programming language focused on three goals: safety, speed, and concurrency. Rust does not use a garbage collector, but instead ensures safety and optimizes code at compile time. The concept of _ownership_ is how Rust achieves its largest goal, memory safety.

Rust core and the standard library contain a minimal set of functionality. Rustaceans are encouraged to add features, in the form of libraries called _crates_, to the language and then share them on [crates.io](https://crates.io/).

The home page for Rust is [rust-lang.org](https://www.rust-lang.org/). Rust has excellent documentation at [rust-lang.org/documentation.html](https://www.rust-lang.org/documentation.html). Newcomers should start with "The Book" located at [doc.rust-lang.org/book/](https://doc.rust-lang.org/book/).

0 comments on commit 83b6b03

Please sign in to comment.