Add 'Rust Number Conversion: Don't Follow the Book...'

This commit is contained in:
Matthias 2024-04-24 17:39:21 +02:00
parent c9b04da9d8
commit 3d363ab1f5
2 changed files with 17 additions and 0 deletions

View file

@ -63,6 +63,7 @@ Contributions welcome! To add missing resources, [please refer to the contributi
### 2021
* [Rust Number Conversion: Don't Follow the Book...](https://blog.notmet.net/2021/12/rust-number-conversion-dont-follow-the-book.../) — A blog post discussing the best practices for number conversion in Rust.
* [Hexagonal architecture in Rust](https://alexis-lozano.com/hexagonal-architecture-in-rust-1/) — Describes how to build a Rust service using domain driven design and a test-first approach.
* [Wrapping errors in Rust](https://edgarluque.com/blog/wrapping-errors-in-rust) — Wrapping 'reqwest::Error' and a custom error type as an enum to make library usage easier.
* [Aiming for idiomatic Rust](https://web.archive.org/web/20221203043933/https://shane-o.dev/blog/aiming-for-idiomatic-rust) — Discusses different ways to solve a popular coding puzzle, 'balanced brackets', in Rust.

View file

@ -1198,5 +1198,21 @@
"interactivityLevel": "low",
"free": true,
"category": "workshop"
},
{
"title": "Rust Number Conversion: Don't Follow the Book...",
"url": "https://blog.notmet.net/2021/12/rust-number-conversion-dont-follow-the-book.../",
"description": "A blog post discussing the best practices for number conversion in Rust.",
"tags": [
"number-conversion",
"best-practices"
],
"official": false,
"year": 2021,
"difficultyLevel": "intermediate",
"duration": null,
"interactivityLevel": "low",
"free": true,
"category": "article"
}
]