refactor(spec,loader): 优化项目结构,

- 提取公共方法
- 优化 Mirror FromLua trait 处理逻辑
- 新增 logger.rs 统一日志处理
- 其他优化
This commit is contained in:
2026-09-07 17:02:54 +08:00
parent 941558cb92
commit 94b4c23299
17 changed files with 1086 additions and 995 deletions

View File

@@ -12,6 +12,7 @@ windows-sys = { workspace = true }
tracing = { workspace = true }
tracing-subscriber = { workspace = true }
tracing-appender = { workspace = true }
mlua ={workspace = true}
[features]
default = []