RepoRust_RustModels.html
copyright © James Fawcett
Revised: 11/13/2025
Contents:
Small explorations of Rust models used in Rust videos:
The Rust videos presented fragments of code. This repository contains complete runnable versions.
-
Code for Video #1 -
Video #1 - Introduction
- hello
- UndefinedBehavior - C++
-
Code for Video #2 -
Video #2 - Ownership
- hello_ownership
- references
- well_defined_behavior
-
Code for Video #3 -
Video #3 - Object Model
-
Code for Video #4 -
Video #4 - Generics
-
Code for Video #5 -
Video #5 - Code Structure
Build:
This Rust code was built with Cargo from Visual Studio Code terminal and tested on Windows 10.
Status:
There may be a few additions if I add more videos, but I expect this will remain a small code set.