21 lines
406 B
Markdown
21 lines
406 B
Markdown
|
+++
|
||
|
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
|