Rust

Rust

A high-level, safe and concurrent alternative to C++
0 reviews
26 followers

Maker Shoutouts

Testimonials from top launches

Trending
Vela
Josh Nies
Josh Nies used this to build
VelaVela
(87 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.
Arch
Salman Paracha
Salman Paracha used this to build
ArchArch
(295 points)
Fast, efficient and designed for speed
Wingback
Michael Seibel
Michael Seibel used this to build
Signup Links by WingbackWingback
(234 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
Taj Campbell
Taj Campbell used this to build
tonaritonari
(308 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
Ben Lang
Ben Lang used this to build
FloxFlox
(305 points)
Flox CLI is written in rust, allowing us to develop new features quickly and reliably
mirrord
Ben Lang
Ben Lang used this to build
mirrord for Teamsmirrord
(304 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
Francois-Guillaume Ribreau used this to build
Hook0Hook0
(388 points)
In the heart of Hook0 lies Rust – our secret sauce for unparalleled performance and reliability.
Mneme AI
Marc
Marc used this to build
Mneme AI Mneme AI
(115 points)
A big thank you to the Rust programming language!
zitefy
Vishal DS
Vishal DS used this to build
zitefyzitefy
(129 points)
rust is type-safe, secure and performant while being way more accessible than c/c++
Palform
Pal Kerecsenyi
Pal Kerecsenyi used this to build
PalformPalform
(96 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
NickBEnd used this to build
Row ZeroRow Zero
(92 points)
Rust enabled the performance optimizations we needed to make our product fast.
Goran Brkuljan
Goran Brkuljan used this to build
NodeCosmos
(61 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.
Cosmil
Justin
Justin used this to build
CosmilCosmil
(55 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 😂.
tquic_client
Sijie YANG
Sijie YANG used this to build
tquic_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.
DropSpot
Alec Bassingthwaighte
Alec Bassingthwaighte used this to build
DropSpotDropSpot
(41 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.