% A Guide to Rust Syntax A very brief guide to Rust syntax. It assumes you are already familiar with programming concepts. Assert macro The assert! macro ends the program if the condition passed to it is not true: fn main() {