diff options
| -rw-r--r-- | src/series/series.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/series/series.md b/src/series/series.md index afbf3dd..a98b85c 100644 --- a/src/series/series.md +++ b/src/series/series.md | |||
| @@ -50,3 +50,13 @@ My adventures in learning C++ as a C programmer. | |||
| 50 | * Episode 1: [motivation](../blog/2024-04-30-taming-cpp-motivation) | 50 | * Episode 1: [motivation](../blog/2024-04-30-taming-cpp-motivation) |
| 51 | * Episode 2: [RAII](../blog/2024-12-26-taming-cpp-raii) | 51 | * Episode 2: [RAII](../blog/2024-12-26-taming-cpp-raii) |
| 52 | * Episode 3: [templates, constraints and concepts](../blog/2025-01-21-taming-cpp-templates) | 52 | * Episode 3: [templates, constraints and concepts](../blog/2025-01-21-taming-cpp-templates) |
| 53 | |||
| 54 | ## Learning Rust | ||
| 55 | |||
| 56 | I have recently started learning Rust, documenting the process in a | ||
| 57 | small series of blog posts. These posts are all marked by the crab emoji | ||
| 58 | '🦀', which is something of a meme in the Rust community, as far as | ||
| 59 | I understand. | ||
| 60 | |||
| 61 | * [Cargo culture shock](../blog/2025-06-13-cargo-culture-shock) | ||
| 62 | * [Stunned by the borrow checker](../blog/2025-06-26-borrow-checker) | ||
