• Stars
    star
    246
  • Rank 159,192 (Top 4 %)
  • Language
    Rust
  • License
    MIT License
  • Created almost 3 years ago
  • Updated 5 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The best Intermediate Rust course out there!

Ultimate Rust 2: Intermediate Concepts

This is the companion repository for the Ultimate Rust 2: Intermediate Concepts (the followup to the popular Ultimate Rust Crash Course). UR2IC will be published independently online in the second half of 2021 and is also presented live as part of some O'Reilly virtual events such as Rust in 3 Weeks, or taught in-person for corporate training. You will get the most out of this training experience by doing the exercises in this repository and watching (or attending) the instructor-led training.

In other words, this repository is for you hands-on-learners!

I use macOS, and that is what I developed this course on. Everything ought to work similarly on major Linux distributions and Windows. Please contact me ASAP if you have trouble with anything on this page.

Just getting started with Rust? Check out the prerequisite for this course: Ultimate Rust Crash Course

Install Rust & Prepare Your Development Environment

Rust is required for this course! The latest stable version is always recommended. See the repository for the previous course for instructions on how to install Rust, prepare your development environment, and helpful resources.

Exercises

Please clone this repository! These exercises are designed as Rust projects for you to edit on your own computer.

The exercises are separate Rust projects inside the exercises/ subdirectory. For each exercise, you should:

  • Open the correspondingexercise/EXERCISE_NAME directory in your IDE/Editor
  • Navigate to the same directory with your Terminal application (so you can run cargo run, etc.)
  • Open up the src/main.rs file.
  • Follow the numbered exercise instructions in the code comments.

If you encounter any problems with the exercises, please feel free to use the online course communication tools to contact me, or open an discussion. Either way. ๐Ÿ˜„

For your convenience, here is a list of all the exercises, with links to view the code on GitHub.

Examples

This course goes over a lot of code in lecture format. Much of the code from the lectures can be found in the example/ directory in this repository.

Contribution

All contributions are assumed to be dual-licensed under MIT/Apache-2.

License

Distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See license/APACHE and license/MIT.

Sponsor

If you like the work I do, please consider sponsoring me on GitHub or on Patreon. ๐Ÿ’–

More Repositories

1

ultimate_rust_crash_course

Rust Programming Fundamentals - one course to rule them all, one course to find them...
Rust
1,838
star
2

green

Green is a clean, colorful, fast python test runner.
Python
782
star
3

rusty_engine

2D game engine for learning Rust
Rust
348
star
4

invaders

Open source terminal arcade game with audio - based off of the classic "Space Invaders"
Rust
189
star
5

rust_programming

Rust Programming: A Crash Course
68
star
6

rusty_sword_arena

Rusty Sword Arena: A Crash Course in Rust (Companion repository to the OSCON tutorial)
Rust
47
star
7

headtail

head and tail simultaneously
Rust
42
star
8

bevy_template

Compile-time optimized Bevy project template
Shell
27
star
9

rusty_sword

Rusty Sword: Game of Infamy!
Rust
13
star
10

bevy_rapier2d_assets

A plugin to make it easy to load 2d physics assets from disk
Rust
9
star
11

pipeviewer

Companion project for the hands-on Rust course I produced for Packt
Rust
9
star
12

rusty_audio

Fun & easy audio playback library.
Rust
7
star
13

UnrealEngineHelper

Settings, templates, workflow information. Things that help when working with UnrealEngine.
Python
6
star
14

cleancut

5
star
15

vc

vc is an implementation of Git in Rust
Rust
4
star
16

punchball

Punch Ball
Rust
4
star
17

rusty_racing

Rusty Racing: A Crash Course in Rust (Companion repository to the OSCON 2020 tutorial)
3
star
18

rusty_textui

Library for creating simple text user interfaces, like text arcade games in the terminal
Rust
3
star
19

duel

An independent re-write of the client for Rusty Sword Arena, with tags for the various stages. This repository will be deleted if RSA gets refactored.
Rust
3
star
20

shell_cmds

Port Apple's various shell commands from C to Rust
Rust
2
star
21

dotfiles

My dotfiles
Shell
2
star
22

examine

Practice creating grpc services and clients with buf.build, Rust, and tonic
Rust
1
star
23

typing

Playing around with teaching typing
Shell
1
star
24

rusty_time

A simple timer
Rust
1
star
25

r_circlegauntlet

Open source game using Rusty Engine: Blue circle trying to reach green circle without touching red circles
Rust
1
star
26

cirena

Circles in an arena. A simple game prototype.
Rust
1
star
27

rolling

Quick demo of a rolling game
Rust
1
star
28

blade

The Rusty Sword Arena game client we will make at OSCON 2019
Rust
1
star
29

adventofcode2020

My code for Advent of Code 2020
Rust
1
star
30

chat_app

just doing a ruby on rails tutorial
Ruby
1
star