plugin_macros 0.1.0

Macros for doing Rust dynamic library plugins easier.
Documentation
[dependencies.failure]
version = "~0.1"

[dependencies.fxhash]
optional = true
version = "~0.2"

[dependencies.hashbrown]
optional = true
version = "~0.1"

[dependencies.libloading]
version = "~0.5"

[features]
default = ["swisstable"]
fx = ["fxhash"]
nightly = []
swisstable = ["hashbrown"]

[package]
authors = ["Mariell Hoversholm <proximyst@proximyst.com>"]
description = "Macros for doing Rust dynamic library plugins easier."
license = "MIT"
name = "plugin_macros"
readme = "README.md"
repository = "https://github.com/Proximyst/plugin_macros"
version = "0.1.0"