MCPcopy Create free account
hub / github.com/SixArm/rust-quick-guide

github.com/SixArm/rust-quick-guide @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
195 symbols 220 edges 143 files 4 documented · 2% updated 9mo ago★ 631 open issues

Browse by type

Functions 177 Types & classes 18
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Rust Quick Guide

Rust Quick Guide provides short topic explanations 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 Quick Guide works 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 Quick Guide is 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 summaries

Trait summaries

Keywords summaries

Macro summaries

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

Extension points exported contracts — how you extend this code

browse all types & interfaces →

Core symbols most depended-on inside this repo

browse all functions →

Shape

Function 166
Class 14
Method 11
Interface 3
Enum 1

Languages

Rust100%

Modules by API surface

projects/topics/trait_keyword/src/main.rs5 symbols
projects/topics/dyn_trait_in_a_type_position/src/main.rs5 symbols
projects/topics/from_and_into_traits/src/main.rs4 symbols
projects/crates/egui/hello_world_with_eframe/src/main.rs4 symbols
todo/projects/crates/bevy-sprite-animation/src/main.rs3 symbols
projects/topics/the_borrow_checker/src/main.rs3 symbols
projects/topics/test_driven_development/src/main.rs3 symbols
projects/topics/sync_trait/src/main.rs3 symbols
projects/topics/pin_type/src/main.rs3 symbols
projects/topics/pass_by_value_or_reference/src/main.rs3 symbols
projects/topics/fizzbuzz/fizzbuzz_using_generic_trait/src/main.rs3 symbols
projects/topics/display_trait/src/main.rs3 symbols

For agents

$ claude mcp add rust-quick-guide \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page