Skip to content

Commit 72214c5

Browse files
Added Roadmap
1 parent 02f28b4 commit 72214c5

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

rust-roadmap/rust_learning_path.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Rust Learning Roadmap
2+
3+
## Beginner
4+
5+
Variables
6+
Functions
7+
Control Flow
8+
Ownership
9+
Borrowing
10+
Structs
11+
Enums
12+
Error Handling
13+
14+
## Intermediate
15+
16+
Generics
17+
Traits
18+
Collections
19+
Iterators
20+
Modules
21+
Testing
22+
23+
## Advanced
24+
25+
Concurrency
26+
Async Rust
27+
Unsafe Rust
28+
FFI
29+
Memory management
30+
31+
## Rust Ecosystem
32+
33+
CLI tools
34+
Web development
35+
WebAssembly
36+
Embedded Rust
37+
Systems programming

0 commit comments

Comments
 (0)