Macros to make plugins easier to make in Rust.
First of all, this needs to be in your Cargo.toml
:
toml
plugin_macros = "~0.1"
The following features exist:
fx
for FxHashMap with fxhashnightly
for 2018 edition and nightlyswisstable
for a SwissTable hash map implementation with hashbrownBy default the crate uses swisstable
.