diff --git a/content/roadmaps/101-backend/content/103-learn-a-language/101-rust.md b/content/roadmaps/101-backend/content/103-learn-a-language/101-rust.md
index 8fc1f9db2..7a5822c98 100644
--- a/content/roadmaps/101-backend/content/103-learn-a-language/101-rust.md
+++ b/content/roadmaps/101-backend/content/103-learn-a-language/101-rust.md
@@ -1 +1,7 @@
-# Rust
\ No newline at end of file
+# 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.
+
+Free Content
+The Rust Programming Language - online book
+Rust by Example - collection of runnable examples