GHOSCHT
a88de57d54
All checks were successful
Homepage deployment / deploy (push) Successful in 1m16s
20 lines
406 B
Markdown
20 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
|