The foot-gun
crate is a joke library inspired by this twitter thread.
This crate provides the following macros:
foot_gun
here_be_dragons
beware
behold
en_garde
i_got_this
hold_my_borrowchk
All macros are credited to their "inventors" in RustDoc.
```rust foot_gun!({ // Unsafe code here });
herebedragons!({ // Unsafe code here });
beware!({ // Unsafe code here });
behold!({ // Unsafe code here });
en_garde!({ // Unsafe code here });
igotthis!({ // Unsafe code here });
holdmyborrowchk!({ // Unsafe code here }); ```