diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-06-13 15:26:47 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-06-13 15:26:47 +0200 |
| commit | 4473fea430fbaddaf67afca77ed331067882a638 (patch) | |
| tree | 3767024a9a70df4bad99722e29029d495e935604 /src/blog/2025-06-13-cargo-culture-shock | |
| parent | 86059c69cdd5fc46fee8cb4a0c859d211f4a2058 (diff) | |
| download | sebastiano.tronto.net-4473fea430fbaddaf67afca77ed331067882a638.tar.gz sebastiano.tronto.net-4473fea430fbaddaf67afca77ed331067882a638.zip | |
Update link and fix target
Diffstat (limited to 'src/blog/2025-06-13-cargo-culture-shock')
| -rw-r--r-- | src/blog/2025-06-13-cargo-culture-shock/cargo-culture-shock.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/blog/2025-06-13-cargo-culture-shock/cargo-culture-shock.md b/src/blog/2025-06-13-cargo-culture-shock/cargo-culture-shock.md index e17f89d..094c88c 100644 --- a/src/blog/2025-06-13-cargo-culture-shock/cargo-culture-shock.md +++ b/src/blog/2025-06-13-cargo-culture-shock/cargo-culture-shock.md | |||
| @@ -325,8 +325,8 @@ Apart from the | |||
| 325 | installation process and the dependency management, my first impression | 325 | installation process and the dependency management, my first impression |
| 326 | of Rust is quite positive. But as I said, I am just getting started | 326 | of Rust is quite positive. But as I said, I am just getting started |
| 327 | and my judgement is very superficial. I do want to write some small | 327 | and my judgement is very superficial. I do want to write some small |
| 328 | project in Rust, and I think I'll start from re-writing a simple [math | 328 | project in Rust, and I think I'll start from re-writing a simple |
| 329 | library for modular arithmetic](../2025-01-21-taming-cpp-templates) | 329 | [math library for modular arithmetic](../2025-01-21-taming-cpp-templates/#constraints-and-concepts) |
| 330 | that I wrote in C++ some time ago. | 330 | that I wrote in C++ some time ago. |
| 331 | 331 | ||
| 332 | Stay tuned for more 🦀 | 332 | Stay tuned for more 🦀 |
