From 0de1825f1c2de03201b145dfc8e264d510ef703e Mon Sep 17 00:00:00 2001 From: Laurent Payot Date: Wed, 10 Jan 2024 10:36:29 +0100 Subject: [PATCH] Rust port --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 52713f9..5e2bc1d 100644 --- a/README.md +++ b/README.md @@ -177,6 +177,10 @@ registerRoute( ) ``` +## Rust + +A [Rust](https://www.rust-lang.org/) port of Minidenticons was made by Théo Battrel: [`minidenticons-rs`](https://gitlab.com/Emplis/minidenticons-rs). + ## Elm For [Elm](https://elm-lang.org/) enthusiasts there is a Minidenticons package on the Elm package repository: [`minidenticons-elm`](https://package.elm-lang.org/packages/laurentpayot/minidenticons-elm/latest).