Skip to content

Instantly share code, notes, and snippets.

@gmorell
Created July 29, 2024 17:35
Show Gist options
  • Save gmorell/a1a2b07c449a02d58250f93cb4f92f27 to your computer and use it in GitHub Desktop.
Save gmorell/a1a2b07c449a02d58250f93cb4f92f27 to your computer and use it in GitHub Desktop.
always use &str instead of &String
always use &Path instead of &PathBuf
always use &[T] instead of &Vec<T>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment