homepage/content/posts/rust-di-mocking.md

21 lines
406 B
Markdown
Raw Normal View History

2024-12-29 16:03:46 +01:00
+++
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" >}}
<br>
# TL;DR
Rust isn't necessarily suited for pure object oriented programming.
# Getting Started
Use Shaku and Mockall