MockForge Plugin SDK
Official SDK for developing MockForge plugins with ease.
🚀 Quick Start
Add to your Cargo.toml:
[]
= "0.1"
[]
= ["cdylib"]
Create your plugin:
use *;
;
// Export plugin
export_plugin!;
📚 Features
- Helper Macros: Simplified plugin creation with
export_plugin!,plugin_config! - Builder Patterns: Easy manifest creation
- Testing Utilities: Mock contexts and test harnesses
- Code Generation: Generate boilerplate automatically
- Type Safety: Full Rust type system support
📖 Documentation
🔧 Building
📄 License
MIT OR Apache-2.0