#joke #friendly #unsafe #aliases #twitter #macro

foot-gun

为您的 unsafe 代码提供友好的别名

1 个不稳定版本

0.1.0 2021 年 7 月 20 日

#25 in #aliases

GPL-3.0 许可证

15KB
57

foot-gun

Crates.io Docs.rs Build Clippy Audit

foot-gun 是一个受 这个推特线程 启发的玩笑库。

此库提供了以下宏

  • foot_gun
  • here_be_dragons
  • beware
  • behold
  • en_garde
  • i_got_this
  • hold_my_borrowchk

所有宏都归功于 RustDoc 中的“发明者”。

示例

foot_gun!({
    // Unsafe code here
});

here_be_dragons!({
    // Unsafe code here
});

beware!({
    // Unsafe code here
});

behold!({
    // Unsafe code here
});

en_garde!({
    // Unsafe code here
});

i_got_this!({
    // Unsafe code here
});

hold_my_borrowchk!({
    // Unsafe code here
});

无运行时依赖