rust-lang/rust
Empowering everyone to build reliable and efficient software.
https://www.rust-lang.org
TheAlgorithms/Rust
All Algorithms implemented in Rust
https://github.com/TheAlgorithms/Rust
rust-lang/rustlings
:crab: Small exercises to get you used to reading and writing Rust code!
https://github.com/rust-lang/rustlings
tensorflow/rust
Rust language bindings for TensorFlow
https://github.com/tensorflow/rust
RustPython/RustPython
A Python Interpreter written in Rust
https://rustpython.github.io
exercism/rust
Exercism exercises in Rust.
http://exercism.io/languages/rust
rust-unofficial/awesome-rust
A curated list of Rust code and resources.
https://github.com/rust-unofficial/awesome-rust
rustdesk/rustdesk
Yet another remote desktop software
https://rustdesk.com
RustScan/RustScan
🤖 The Modern Port Scanner 🤖
https://github.com/RustScan/RustScan
rust-lang/rustup
The Rust toolchain installer
https://rust-lang.github.io/rustup/
rust-lang/rustfmt
Format Rust code
https://rust-lang.github.io/rustfmt/
rust-lang/book
The Rust Programming Language
https://doc.rust-lang.org/book/
rust-lang/rust-clippy
A bunch of lints to catch common mistakes and improve your Rust code
https://rust-lang.github.io/rust-clippy/
rust-lang/cargo
The Rust package manager
https://doc.rust-lang.org/cargo
rust-analyzer/rust-analyzer
A Rust compiler front-end for IDEs
https://rust-analyzer.github.io/
rustcc/RustPrimer
The Rust primer for beginners. We need native English speaker help us modify the translation.
https://github.com/rustcc/RustPrimer
ctjhoa/rust-learning
A bunch of links to blog posts, articles, videos, etc for learning Rust
https://github.com/ctjhoa/rust-learning
shadowsocks/shadowsocks-rust
A Rust port of shadowsocks
https://shadowsocks.org/
ctz/rustls
A modern TLS library in Rust
https://github.com/ctz/rustls
rust-lang/rust-by-example
Learn Rust with examples (Live code editor included)
https://doc.rust-lang.org/stable/rust-by-example/