plugin_macros 0.1.0

Macros for doing Rust dynamic library plugins easier.
Documentation

plugin_macros

Macros to make plugins easier to make in Rust.

Usage

First of all, this needs to be in your Cargo.toml:

plugin_macros = "~0.1"

The following features exist:

  • fx for FxHashMap with fxhash
  • nightly for 2018 edition and nightly
  • swisstable for a SwissTable hash map implementation with hashbrown

By default the crate uses swisstable.