Skip to content

Commit

Permalink
Add ABOUT.md and LEARNING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacqueline Outka committed Dec 13, 2015
1 parent dfbd2a2 commit e63b256
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/ABOUT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Rust is a fast compiled language which supports functional, imperative, and object-oriented
programming. It has built-in memory safety without garbage collection and is ideal for
systems and low-level programming, while still retaining the abstractions of a higher-level
language.

Rust has excellent documentation and a beginner-friendly community. Dive right in at [the Rust
website] (https://www.rust-lang.org/).
1 change: 1 addition & 0 deletions docs/LEARNING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Please see the "Useful Rust Resources" tab.

0 comments on commit e63b256

Please sign in to comment.