1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-02-21 09:42:29 +01:00

Add rust content (#3225)

This commit is contained in:
Siva Naik 2023-01-04 19:39:48 +05:30 committed by GitHub
parent baa7adffb6
commit f06a2ed6a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,3 +5,7 @@ Rust is a modern systems programming language focusing on safety, speed, and con
<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>
<BadgeLink badgeText='Course' colorScheme="green" href='https://youtube.com/playlist?list=PLai5B987bZ9CoVR-QEIN9foz4QCJ0H2Y8'>The Rust Programming Book - Video Version</BadgeLink>
<BadgeLink badgeText='Course' colorScheme="green" href='https://google.github.io/comprehensive-rust/'>Comprehensive Rust by Google - Learn Rust in 4 Days</BadgeLink>
<BadgeLink badgeText='Course' colorScheme="green" href='https://learn.microsoft.com/en-us/training/paths/rust-first-steps/'>Microsoft Learn Course</BadgeLink>
<BadgeLink badgeText='Read' colorScheme="yellow" href='https://sivanaikk.github.io/rust/'>Quick Rust Guide</BadgeLink>