Skip to content

Instantly share code, notes, and snippets.

View MitchCarroll's full-sized avatar
💭
A million little projects

C. Mitch Carroll MitchCarroll

💭
A million little projects
  • INL
  • Idaho Falls, ID
View GitHub Profile
@brson
brson / gist:9dec4195a88066fa42e6
Last active May 7, 2024 02:34
A Rust Syntax Guide

A Guide to Rust Syntax

A very brief guide to Rust syntax. It assumes you are already familiar with programming concepts.

This was written in 2014. It is not a good reference for Rust today, though the content is still correct.

cheats.rs looks like a good alternative.

Assert macro