Rust
Rustup
bash
rustup install stable
rustup self uninstall
Libraries / Frameworks
Backend
- axum - Ergonomic and modular web framework built with Tokio, Tower, and Hyper
- sqlx - The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite
Data
Distributed Systems
- Iroh - Iroh is a library for building on direct connections between devices, putting more control in the hands of your users.
Networking
- pingora - A library for building fast, reliable and evolvable network services
GUI
- egui - An immediate mode GUI written in Rust
- iced - A cross-platform GUI library for Rust focused on simplicity and type-safety. Inspired by Elm.
Are We $X Yet
Branding
Resources
- Comprehensive Rust
- Minimizing Rust Binary Size
- Rust Language Cheat Sheet
- Rust by Example
- The Rust Programming Language
- rustlings - 🦀 Small exercises to get you used to reading and writing Rust code!