
Maker Shoutouts
Testimonials from top launches
Trending

Rust – A high-level, safe and concurrent alternative to C++


We built the Enki backend four times, starting with Rust, then Go, followed by Python, and finally back to Rust. The decision to return to Rust was driven by two key factors: exceptional support from libSQL, our primary database, and the unparalleled developer experience. With Rust, if it passes the compiler, there's a 99% chance it won’t break in production.






Rust’s unparalleled safety and concurrency features allow us to handle high-stakes billing logic with zero compromises on performance or reliability.
The incredible confidence you can have when refactoring for a big new feature is a game changer for a fast moving startup. We could move and not break things!
Procedural macros, that everybody know for serde, also made it easy to enforce safety in usually negliged places, like typed ids used everywhere from the db to the core (we contributed https://github.com/wingbackapp/kind/ to the community).


tonari has been built on Rust from day one! More on our journey with Rust here:
https://blog.tonari.no/why-we-love-rust
We also love to share tutorials and open-source our tools when we have time:
https://blog.tonari.no/rust-simple-hardware-project
https://blog.tonari.no/introducing-innernet


Flox CLI is written in rust, allowing us to develop new features quickly and reliably


Rust's high performance and extensive guardrails around memory management are exactly what we needed to build a day-to-day software development tool with great DevEx and no footprint.


In the heart of Hook0 lies Rust – our secret sauce for unparalleled performance and reliability.






Large parts of the codebase are Rust/WASM. Without this, scaling performance for tens of thousands of form responses would be impossible. Plus, the wide-ranging compiler guarantees are essential for an application like this, where there's nothing more important than security.



For providing a robust and efficient programming language that ensures our platform's performance and security are top-notch. Rust's memory safety capabilities have been instrumental in building a reliable backend.


TQUIC and its related tools are developed in Rust, known for memory safety, which protects them from buffer overflow vulnerabilities and other memory-related issues.




Creating a cross-platform solution to allow both CLI tooling and web browser functionality was made incredibly easy by compiling both to x84 and WASM architectures!
Having a single source of truth for the application's functionality has been a game changer, rather than trying to share it across different languages.