• Stars
    star
    256
  • Rank 159,219 (Top 4 %)
  • Language
    Rust
  • License
    MIT License
  • Created over 3 years ago
  • Updated 11 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,925
star
2

green

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

rusty_engine

2D game engine for learning Rust
Rust
366
star
4

invaders

Open source terminal arcade game with audio - based off of the classic "Space Invaders"
Rust
202
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
48
star
7

headtail

head and tail simultaneously
Rust
43
star
8

bevy_template

Compile-time optimized Bevy project template
Shell
27
star
9

rusty_sword

Rusty Sword: Game of Infamy!
Rust
14
star
10

rusty_audio

Fun & easy audio playback library.
Rust
9
star
11

bevy_rapier2d_assets

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

pipeviewer

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

shooting_stars

On a starry night, in a field, shooting stars fall from the sky...and Ferris (and his friends) compete to catch them.
Rust
9
star
14

UnrealEngineHelper

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

cleancut

6
star
16

bevy_cleancut

Random utility stuff for bevy for my personal use. You're welcome to use it, too, if you like.
Rust
4
star
17

punchball

Punch Ball
Rust
4
star
18

examine

Practice creating grpc services and clients with buf.build, Rust, and tonic
Rust
3
star
19

vc

vc is an implementation of Git in Rust
Rust
3
star
20

rusty_racing

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

rusty_textui

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

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
23

bevy_pause

A very simple pause plugin for Bevy
Rust
3
star
24

shell_cmds

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

dotfiles

My dotfiles
Shell
2
star
26

spaceblasters

A space wars-like game prototype created for the Utah Rust User Group's mini-game jam
Rust
2
star
27

leafwingbug

Demonstrate a bug
Rust
1
star
28

rusty_time

A simple timer
Rust
1
star
29

r_circlegauntlet

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

cirena

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

rolling

Quick demo of a rolling game
Rust
1
star
32

typing

Playing around with teaching typing
Shell
1
star
33

chat_app

just doing a ruby on rails tutorial
Ruby
1
star