Rust
Systems programming language focused on memory safety and performance without a garbage collector.
static
compiled
since 2015
systemsfunctionalconcurrent
Rust’s ownership model guarantees memory safety at compile time — no null pointers, no data races, no garbage collector. It’s the language behind many modern CLI tools, WebAssembly runtimes, and systems software.
// frameworks
Actix Web
Powerful, high-performance Rust web framework — async-first, type-safe …
Axum
Ergonomic Rust web framework from the Tokio team — macro-free routing, …
Rocket
Web framework for Rust focused on developer experience — type-checked routes, …
Tauri
Build tiny, fast desktop apps with a Rust core and any web frontend — 10x …
// libraries
Data-parallelism library for Rust — parallel iterators that use all CPU cores with no unsafe …
utility
2015
open source
Serialization and deserialization framework for Rust — derive macros generate blazing-fast …
serialization
2014
open source