Update 101-rust.md (#1043)

Added content for the Rust programming language.
Contents: link to the official online book and the rust by example official web page.
pull/1657/head
Anaxímeno Brito 3 years ago committed by GitHub
parent cf2f1ad531
commit 2b1256212d
  1. 6
      content/roadmaps/101-backend/content/103-learn-a-language/101-rust.md

@ -1 +1,7 @@
# Rust
Rust is a modern systems programming language focusing on safety, speed, and concurrency. It accomplishes these goals by being memory safe without using garbage collection.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink badgeText='Read' colorScheme="yellow" href='https://doc.rust-lang.org/book/'>The Rust Programming Language - online book</BadgeLink>
<BadgeLink badgeText='Read' colorScheme="yellow" href='https://doc.rust-lang.org/stable/rust-by-example/index.html'>Rust by Example - collection of runnable examples</BadgeLink>

Loading…
Cancel
Save