plugin_macros
Macros to make plugins easier to make in Rust.
Usage
First of all, this needs to be in your Cargo.toml:
= "~0.1"
The following features exist:
fxfor FxHashMap with fxhashnightlyfor 2018 edition and nightlyswisstablefor a SwissTable hash map implementation with hashbrown
By default the crate uses swisstable.