plugrs
A lightweight and type-safe plugin system for Rust.
Features
- Type-safe plugin interface
- Dynamic plugin loading
- Thread-safe plugin execution
- Procedural macros for plugin development
- Error handling and recovery
- Zero-cost abstractions
Usage
Add this to your Cargo.toml:
[]
= "0.1.0"
Example
Creating a plugin:
use *;
;
Loading and using plugins:
use PluginManager;
License
This project is licensed under the MIT License - see the LICENSE file for details.