1 unstable release
Uses old Rust 2015
0.1.0 | Jan 6, 2019 |
---|
#6 in #fx
6KB
99 lines
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 fxhashnightly
for 2018 edition and nightlyswisstable
for a SwissTable hash map implementation with hashbrown
By default the crate uses swisstable
.
Dependencies
~155–720KB