sebastiano.tronto.net

Source files and build scripts for my personal website
git clone https://git.tronto.net/sebastiano.tronto.net
Download | Log | Files | Refs | README

commit de57a12e9a5daadedf649aba4b5c498983ff4347
parent c225088f94f6efa3a6f670011596691b862448f4
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Thu, 26 Jun 2025 11:47:23 +0200

Added rust series to series page

Diffstat:
Msrc/series/series.md | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/src/series/series.md b/src/series/series.md @@ -50,3 +50,13 @@ My adventures in learning C++ as a C programmer. * Episode 1: [motivation](../blog/2024-04-30-taming-cpp-motivation) * Episode 2: [RAII](../blog/2024-12-26-taming-cpp-raii) * Episode 3: [templates, constraints and concepts](../blog/2025-01-21-taming-cpp-templates) + +## Learning Rust + +I have recently started learning Rust, documenting the process in a +small series of blog posts. These posts are all marked by the crab emoji +'🦀', which is something of a meme in the Rust community, as far as +I understand. + +* [Cargo culture shock](../blog/2025-06-13-cargo-culture-shock) +* [Stunned by the borrow checker](../blog/2025-06-26-borrow-checker)