Skip to content

Instantly share code, notes, and snippets.

@ryanpeach
Last active September 16, 2024 02:45
Show Gist options
  • Save ryanpeach/bc5ace04549eb42ed5b8676f1aa45c39 to your computer and use it in GitHub Desktop.
Save ryanpeach/bc5ace04549eb42ed5b8676f1aa45c39 to your computer and use it in GitHub Desktop.
My default main.rs with error flags and logging
#![deny(
missing_docs,
rustdoc::unescaped_backticks
)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment