From b419726fef1ff1c9f5ac1c5538a75a8df8bd8f8a Mon Sep 17 00:00:00 2001 From: Sudo Dios Date: Thu, 27 Jun 2024 17:56:37 +0330 Subject: [PATCH] Update README.md (#636) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 407698895..6b0ca5c72 100755 --- a/README.md +++ b/README.md @@ -60,6 +60,9 @@ A docker image is available on [GitHub](https://github.com/librespeed/speedtest/ ## Go backend A Go implementation is available in the [`speedtest-go`](https://github.com/librespeed/speedtest-go) repo, maintained by [Maddie Zhan](https://github.com/maddie). +## Rust backend +A Rust implementation is available in the [`speedtest-rust`](https://github.com/librespeed/speedtest-rust) repo, maintained by [Sudo Dios](https://github.com/sudodios). + ## Node.js backend A partial Node.js implementation is available in the `node` branch, developed by [dunklesToast](https://github.com/dunklesToast). It's not recommended to use at the moment.