Rust models Repo

code used in Rust Models videos

Contents:

Small explorations of Rust models used in Rust videos: The Rust videos presented fragments of code. This repository contains complete runnable versions.
  1. Code for Video #1 - Video #1 - Introduction
    • hello
    • UndefinedBehavior - C++
  2. Code for Video #2 - Video #2 - Ownership
    • hello_ownership
    • references
    • well_defined_behavior
  3. Code for Video #3 - Video #3 - Object Model
  4. Code for Video #4 - Video #4 - Generics
    • display
    • rust_probes
  5. Code for Video #5 - Video #5 - Code Structure
    • code_structure_demo

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.