| Homepage | www.rust-lang.org |
| Documentation | www.rust-lang.org/learn |
| Repository | github.com/rust-lang/rust |
| Wikipedia | [ Deutsch ] [ English ] [ Magyar ] |
| First appeared | 2015 (10 years) |
| Designed by | Graydon Hoare |
| Latest release | 1.75.0 (Dec 2023) |
| Developer | Rust Foundation |
| License | MIT and Apache 2.0 |
- type: general
- standard: unknown
description
- safe, concurrent, practical
- OSS, sponsored by Mozilla
info docs
Cargo
Crates.io
notes from the std.lib
Rust 🦀 and WebAssembly 🕸
useful crates
- clap - Command Line Argument Parser
- directories_next - XDG base/user directories
- inquire - a library for building interactive prompts on terminals
- log - a lightweight logging facade
- pnet - cross-platform API for low level networking
- reqwest - convenient, higher-level HTTP Client
- rusqlite - ergonomic wrapper for using SQLite
- serde_json
- walkdir
(G|T)UI
- Are we GUI Yet? - The state of building user interfaces in Rust.
LogRocket Blog: The state of Rust GUI libraries by Solomon Esenyi (2024-01-03)
-
- "A cross-platform GUI library for Rust"
- homepage: iced.rs
- ratatui
- WebUI
- GitHub: webui-dev/rust-webui
web frameworks
- Actix Web
GitHub: Axum
- InfoWorld: 5 popular Rust web frameworks—which one is right for you? by Serdar Yegulalp (2024-06-12)
- LogRocket Blog: Exploring the top Rust web frameworks by Abiodun Solomon (2023-04-21)
other
- togglebit.io: Bitwise cheat sheet for Rust (2021-07-06)
creators
- Let's Get Rusty
- YouTube: @LetsGetRusty
- newsletter / homepage: LetsGetRusty.com
- newsletter / Rust Cheet Sheet
trivia
- Mastodon status of @rust@social.rust-lang.org about the
.rsTLD
Comparison values
| Score | 710 |
Features
| Algebraic data type | yes (100) |
| Compiled language | yes (100) |
| Context management / Defer | |
| Explicit errors | Result (100) |
| Higher-order function | yes (100) |
| Immutable object | yes (100) |
| Pattern matching | yes (100) |
| Statically typed | yes (100) |
References
| How To Become A Hacker | -- |
| languages of choice | -- |
Rankings
Personal
| Category | |
| Usage | some |
links
blog posts
- Rust has a HUGE supply chain security problem (2024-07-02) by Sylvain Kerkour
- Rust wont save us, but its ideas will (2024-02-07) by Glitchbyte
- Some mistakes Rust doesn't catch (2022-02-07) by fasterthanlime
- blog.liw.fi - The XDG base directory specification and Rust (2021-02-14) by Lars Wirzenius
- Why does musl make my Rust code so slow? (2020-05-05) by Andy Grove
videos
- YouTube - Rust Axum Full Course - Web Development (GitHub repo updated to Axum 0.7) (2023-04-09) by Jeremy Chone
- YouTube - Build your entire tech stack in Rust (2023-03-03) by Let's Get Rusty
video series
- YouTube - Rust from Zero (Learning the Rust Programming language) (2023-02-04) by Francesco Ciulla