Rust

Rust

A high-level, safe and concurrent alternative to C++
0 reviews12 shoutouts
48 followers

Maker Shoutouts

Testimonials from top launches

Trending
notlink
ibrokhim abdivokhidov
used this to buildnotlinknotlink
(151 points)
Rust – A high-level, safe and concurrent alternative to C++
Enki
Isala Piyarisi
used this to buildEnkiEnki
(200 points)
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.
Arch
Salman Paracha
used this to buildArchArch
(284 points)
Fast, efficient and designed for speed
Vela
Josh Nies
used this to buildVelaVela
(75 points)
The API is written in Rust (by the way), resulting in a more stable and reliable experience thanks to Rust's incredible memory safety.
Wingback
Art.
used this to buildSignup Links by WingbackWingback
(222 points)
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
Alisaun Fukugaki
used this to buildtonaritonari
(299 points)
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
Michael Brantley
used this to buildFloxFlox
(299 points)
Flox CLI is written in rust, allowing us to develop new features quickly and reliably
mirrord
Aviram Hassan
used this to buildmirrord for Teamsmirrord
(300 points)
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.
Hook0
Francois-Guillaume Ribreau
used this to buildHook0Hook0
(381 points)
In the heart of Hook0 lies Rust – our secret sauce for unparalleled performance and reliability.
Mneme AI
Marc
used this to buildMneme AI Mneme AI
(110 points)
A big thank you to the Rust programming language!
zitefy
Vishal DS
used this to buildzitefyzitefy
(123 points)
rust is type-safe, secure and performant while being way more accessible than c/c++
Palform
Pal Kerecsenyi
used this to buildPalformPalform
(90 points)
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.
Row Zero
NickBEnd
used this to buildRow ZeroRow Zero
(91 points)
Rust enabled the performance optimizations we needed to make our product fast.
Goran Brkuljan
used this to buildNodeCosmos
(59 points)
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_client
Sijie YANG
used this to buildtquic_clienttquic_client
(62 points)
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.
Cosmil
Justin
used this to buildCosmilCosmil
(52 points)
Rust is an amazing language. Throughout my use of it I couldn't help but admire all the thought that went into developing it. Rust spoils you with its principals and it makes it very hard to enjoy other languages 😂.
DropSpot
Alec Bassingthwaighte
used this to buildDropSpotDropSpot
(40 points)
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.