| Crates.io | plugin_macros |
| lib.rs | plugin_macros |
| version | 0.1.0 |
| created_at | 2019-01-06 10:18:34.371291+00 |
| updated_at | 2019-01-06 10:18:34.371291+00 |
| description | Macros for doing Rust dynamic library plugins easier. |
| homepage | |
| repository | https://github.com/Proximyst/plugin_macros |
| max_upload_size | |
| id | 105813 |
| size | 6,233 |
Macros to make plugins easier to make in Rust.
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 hashbrownBy default the crate uses swisstable.