about
11/29/2022
RustModels Repo
RustModels code

RustModels  Repository

experiments with Rust Models - Object Model, Ownership, ...

Quick Status Code functions correctly no known defects Demonstration code yes Documentation yes Test cases None planned Static library none planned Build requires Rust installed Planned design changes Add a few more examples

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.
  Next Prev Pages Sections About Keys