plugin_macros

Crates.ioplugin_macros
lib.rsplugin_macros
version0.1.0
sourcesrc
created_at2019-01-06 10:18:34.371291
updated_at2019-01-06 10:18:34.371291
descriptionMacros for doing Rust dynamic library plugins easier.
homepage
repositoryhttps://github.com/Proximyst/plugin_macros
max_upload_size
id105813
size6,233
Mariell (Proximyst)

documentation

README

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.

Commit count: 0

cargo fmt