diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-06-26 11:47:23 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-06-26 11:47:23 +0200 |
| commit | de57a12e9a5daadedf649aba4b5c498983ff4347 (patch) | |
| tree | 063b0eb65ff3f74f91c5d7ccca7fc6242dd5b4df /src | |
| parent | c225088f94f6efa3a6f670011596691b862448f4 (diff) | |
| download | sebastiano.tronto.net-de57a12e9a5daadedf649aba4b5c498983ff4347.tar.gz sebastiano.tronto.net-de57a12e9a5daadedf649aba4b5c498983ff4347.zip | |
Added rust series to series page
Diffstat (limited to 'src')
| -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) | ||
