⚙️ 10 Awesome Rust Projects, EP 2
6 min readFeb 18, 2023
Rust becomes a backbone of the web development, finds its place in game development, powers tools and fully featured projects. Let’s look at some awesome Rust projects!
💎 1. Deno — Rust Node.js Alternative
Deno is an alternative to Node.js, a Javascript / TypeScript runtime built in Rust and using V8. Thanks to Rust Deno is way faster than Node.js and starts to catch some attention among web developers. Especially since Deno 1.28 it partially supports Node.js packages (npm). The name reminds me always of groceries, because we have Dino chain in Poland 🙂
Read to the end for an awesome bonus!
💎 2. Tauri — Rust Electron Alternative
Tauri is a system designed to build multi platform applications with web frameworks just like Electron. It supports Linux, Windows…