MCPcopy Index your code
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%
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

Speak (Interface)
(no doc) [2 implementers]
projects/topics/dyn_trait_in_a_type_position/src/main.rs
MyTrait (Interface)
(no doc) [1 implementers]
projects/topics/trait_keyword/src/main.rs

Core symbols most depended-on inside this repo

into
called by 6
projects/topics/from_and_into_traits/src/main.rs
fetch
called by 1
projects/topics/make_http_request_with_reqwest/src/main.rs
my_function
called by 1
projects/topics/sync_trait/src/main.rs
parse_json
called by 1
projects/topics/parse_json_data_with_serde/src/main.rs
increment_with_pass_by_value
called by 1
projects/topics/pass_by_value_or_reference/src/main.rs
increment_with_pass_by_reference
called by 1
projects/topics/pass_by_value_or_reference/src/main.rs
example_of_immutable_versus_mutable
called by 1
projects/topics/the_borrow_checker/src/main.rs
example_of_serial_mutable_versus_parallel_mutable
called by 1
projects/topics/the_borrow_checker/src/main.rs

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