Skip to content

Instantly share code, notes, and snippets.

@ogxd
Last active September 10, 2021 15:38
Show Gist options
  • Save ogxd/137a236dffecf2b0fc7b38cbc287a833 to your computer and use it in GitHub Desktop.
Save ogxd/137a236dffecf2b0fc7b38cbc287a833 to your computer and use it in GitHub Desktop.
Rust Cheatsheet
//! Prints objects, cool for debugging
println!("{:#?}", my_object);
//! Empty struct shorthand
struct MyStruct;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment