/rust-summaries

Rust summaries are short introductions to Rust programming topics, including the language, ecosystem, concepts, crates, and more.

Primary LanguageRustOtherNOASSERTION

Rust Guideposts

Rust Guideposts are quick topic summaries to help people learn about the Rust programming language, ecosystem, concepts, crates, and more. You can try any topic, in any order, at any time, akin to a frequently asked questions resource.

Rust Guideposts work best as an adjunct to a comprehensive Rust book, such as the The Rust Programming Language. The book is valuable to read, cover to cover, for its excellent technical explanations.

We welcome constructive advice, new topic ideas, pull requests, open issues, and the like. See CONTRIBUTING.md. Rust Guideposts are continually evolving, with ongoing additions, corrections, and optimizations.

Start here

Introduction

Welcome to Rust

Learning

Caveats

What makes Rust special?

Types, Traits, Keywords, Macros

Type guideposts

Trait guideposts

Keywords guideposts

Macro guideposts

Coding

Syntax

Memory

Testing

Examples

Tooling & tactics

Tooling we use often

Tooling concepts

Design patterns

Crates

Crates we like for many of our programs

Crates we like for command line interfaces

Crates we like for development workflows

Crates we like for concurrency and parallelism

Crates we like for data

Crates we like for web applications

Crates we like for graphics & games

Rust going forward

Backmatter

Tracking