feat: Phase 1完了 - plugin_loader_v2大規模リファクタリング(1006→893行、420行分離)
✨ Single Responsibility Principle適用による構造改善 - extern_functions.rs: env.*外部関数処理(261行) - ffi_bridge.rs: FFI/TLV処理(158行) - instance_manager.rs: インスタンス管理(140行) - loader.rs: 1006→893行(11%削減) 🎯 効果: - 6つの責任を分離し単一責任原則遵守 - モジュール間の境界明確化 - 保守性・可読性大幅向上 📦 追加: filebox-pluginモジュール化も含む
This commit is contained in:
@ -1,6 +1,9 @@
|
||||
mod errors;
|
||||
mod extern_functions;
|
||||
mod ffi_bridge;
|
||||
mod globals;
|
||||
mod host_bridge;
|
||||
mod instance_manager;
|
||||
mod loader;
|
||||
mod types;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user