Keheira / Rust

A place to hold code as I learn Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repo holds some demo code for rust. Initially I used the class found here. I'll be noting a few things that aren't in code in this file.

Notes:

  • Int = u32
  • unwrap() is for quick development
  • expect("") is better long term
  • try/catch = match/ok/err

About

A place to hold code as I learn Rust


Languages

Language:Rust 100.0%