Created
December 5, 2024 12:32
-
-
Save lovely-error/6f3c3ea03ab1b4235eab9d480216e69c to your computer and use it in GitHub Desktop.
deanoyify rust
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#![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