Skip to content

Commit

Permalink
Add 'Rust Number Conversion: Don't Follow the Book...'
Browse files Browse the repository at this point in the history
  • Loading branch information
mre committed Apr 24, 2024
1 parent c9b04da commit 3d363ab
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -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.
Expand Down
16 changes: 16 additions & 0 deletions resources.json
Expand Up @@ -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"
}
]

0 comments on commit 3d363ab

Please sign in to comment.