This commit is contained in:
parent
2d1d842738
commit
a88de57d54
3 changed files with 21 additions and 14 deletions
|
@ -5,7 +5,7 @@
|
|||
# Refer to the theme docs for more details about each of these parameters.
|
||||
# https://blowfish.page/docs/configuration/#theme-parameters
|
||||
|
||||
colorScheme = "blowfish"
|
||||
colorScheme = "slate"
|
||||
defaultAppearance = "dark" # valid options: light or dark
|
||||
autoSwitchAppearance = true
|
||||
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
+++
|
||||
date = '2024-12-29T13:42:30+01:00'
|
||||
draft = true
|
||||
title = 'My First Post'
|
||||
+++
|
||||
|
||||
## Introduction
|
||||
|
||||
This is **bold** text, and this is *emphasized* text.
|
||||
|
||||
Visit the [Hugo](https://gohugo.io) website!
|
||||
|
||||
{{< forgejo repo="ghoscht/picoKontroller" >}}
|
20
content/posts/rust-di-mocking.md
Normal file
20
content/posts/rust-di-mocking.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
+++
|
||||
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
|
Loading…
Reference in a new issue