Skip to content

Instantly share code, notes, and snippets.

@lovely-error
Created December 5, 2024 12:32
Show Gist options
  • Save lovely-error/6f3c3ea03ab1b4235eab9d480216e69c to your computer and use it in GitHub Desktop.
Save lovely-error/6f3c3ea03ab1b4235eab9d480216e69c to your computer and use it in GitHub Desktop.
deanoyify rust
#![feature(decl_macro)]
macro d($ptr:expr) { unsafe { *$ptr } }
macro p($val:expr) { &raw mut $val }
macro pc($val:expr) { &raw const $val }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment