
Rust Language
Since
2012
- Present
Rust is unique for its focus on memory safety, zero-cost abstractions, and lack of a garbage collector, making it ideal for building high-performance, reliable systems.
Learn It
- – Getting Started with Rust doc.rust-lang.org
- – Standard Library Book doc.rust-lang.org
- – Edition Guide Book doc.rust-lang.org
- – Cargo Book doc.rust-lang.org
- – Rustdoc Book doc.rust-lang.org
- – Rustc Book doc.rust-lang.org
- – Reference Book doc.rust-lang.org
- – Unsafe Rust Book doc.rust-lang.org
- – Unstable Rust Book doc.rust-lang.org
- – Prototyping in Rust corrode.dev
Secure It
- – Pitfalls of Safe Rust corrode.dev
- Current Release Rust 1.86
- Official Pages Rust Site Rust Docs On Wikipedia
- Packaging Cargo (manager) Crates (registry)
- Repository github.com/rust-lang
- Forums Rust Users Rust Internals Rust Chats /r/rust
-
Selected Videos
Security & QA Tools
cargo-audit
Audit dependencies for crates with security vulnerabilities.
clippy
Linter tool used to analyze Rust code for style and potential issues.
rustfmt
Tool for formatting Rust code according to style guidelines.
cargo-modules
A cargo plugin for showing a tree-like overview of a crate's modules.