diff --git a/README.md b/README.md index f8c746a..39d600c 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/resources.json b/resources.json index f332dcf..b837a26 100644 --- a/resources.json +++ b/resources.json @@ -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" } ] \ No newline at end of file