plugrs-host
Plugin host implementation for the plugrs system.
Features
- Dynamic plugin loading
- Plugin lifecycle management
- Thread-safe plugin execution
- Error handling and recovery
Usage
Add this to your Cargo.toml:
[]
= "0.1.0"
= "0.1.0"
Example
use PluginManager;
use Plugin;
License
This project is licensed under the MIT License - see the LICENSE file for details.