plugrs-macros
Procedural macros for the plugrs system.
Features
#[plugin]macro for implementing plugin traits- Automatic plugin registration
- Type-safe plugin interface generation
Usage
Add this to your Cargo.toml:
[]
= "0.1.0"
= "0.1.0"
Example
use Plugin;
use plugin;
;
License
This project is licensed under the MIT License - see the LICENSE file for details.