plugin-interface
Plugin interface definitions for the plugrs system.
Features
- Type-safe plugin interface
- Thread-safe plugin trait
- Zero-cost abstractions
Usage
Add this to your Cargo.toml
:
[]
= "0.1.0"
Example
use Plugin;
;
License
This project is licensed under the MIT License - see the LICENSE file for details.