From 89cc3e7ceef6477977ba3fc2830dec2e65670fa7 Mon Sep 17 00:00:00 2001
From: Rahix <rahix@rahix.de>
Date: Mon, 14 Aug 2023 12:33:00 +0200
Subject: [PATCH] docs: Link to the rust firmware project

---
 docs/badge/firmware-development.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/docs/badge/firmware-development.rst b/docs/badge/firmware-development.rst
index 70193e1801..0cd9741944 100644
--- a/docs/badge/firmware-development.rst
+++ b/docs/badge/firmware-development.rst
@@ -189,6 +189,11 @@ Then, you can run your firmware by distributing the resulting ``.bin`` file and
 
 For an example, see our doom port at **TODO**.
 
+Rewrite it in Rust
+^^^^^^^^^^^^^^^^^^
+
+If you fancy playing with Rust on the flow3r, check out the `flow3-rs <https://git.flow3r.garden/flow3r/flow3-rs>`_ project.
+
 Hardware Generations
 --------------------
 
-- 
GitLab