1 个不稳定版本

使用旧的 Rust 2015

0.1.0 2019年1月6日

#6#fx

MIT 许可证

6KB
99

plugin_macros

使 Rust 插件更容易制作的宏。

使用方法

首先,需要在您的 Cargo.toml 中添加以下内容

plugin_macros = "~0.1"

存在以下功能

  • fx 用于 FxHashMap,配合 fxhash
  • nightly 用于 2018 版本和 nightly
  • swisstable 用于 SwissTable 哈希表实现,配合 hashbrown

默认情况下,该软件包使用 swisstable

依赖项

~155–720KB