From 025c5b4a1469fd0f45ab39ee382e723d6ffbd2f3 Mon Sep 17 00:00:00 2001 From: Tejas Nalawade <89332752+Tejas-Santosh-Nalawade@users.noreply.github.com> Date: Sun, 19 Oct 2025 20:42:24 +0530 Subject: [PATCH] Add three Rust playground resources (#12602) * Add three Rust playground resources - Codapi - Rust Explorer - Rustfinity * Linter error solved --- more/free-programming-playgrounds.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/more/free-programming-playgrounds.md b/more/free-programming-playgrounds.md index ace3f98c8..1c27cc6b7 100644 --- a/more/free-programming-playgrounds.md +++ b/more/free-programming-playgrounds.md @@ -391,7 +391,10 @@ ### Rust +* [Codapi](https://codapi.org/rust) +* [Rust Explorer](https://www.rustexplorer.com) * [Rust Playground](https://play.rust-lang.org) +* [Rustfinity](https://www.rustfinity.com/playground) ### RxJS