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

// 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

Async runtime for Rust — event-driven, non-blocking I/O, task scheduling, and networking …

async 2016 open source
Missing something? Add a tool, framework, or book via a PR.
Contribute