homepage/content/posts/rust-di-mocking.md
GHOSCHT a88de57d54
All checks were successful
Homepage deployment / deploy (push) Successful in 1m16s
Change theme
2024-12-29 16:03:46 +01:00

406 B

+++ date = '2024-12-29T13:42:30+01:00' draft = true title = 'Mocking in Rust using Dependency Injection' +++

{{< lead >}} Rust is hard. {{< /lead >}}

That is one of my takeways from one of my recent endeavors during the winter break.

{{< forgejo repo="ghoscht/picoKontroller" >}}

TL;DR

Rust isn't necessarily suited for pure object oriented programming.

Getting Started

Use Shaku and Mockall