refactor: 新增别名解析流程
- 封装通用标量/数组校验与提取方法 - 将别名解析拆分为数据清洗、循环引用检测与拓扑展开三阶段 - 重命名项目为 mirror - 其他优化
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[package]
|
||||
name = "rshim"
|
||||
name = "mirror"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
rust-version = "1.94"
|
||||
@@ -30,4 +30,9 @@ tracing = "0.1.44"
|
||||
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||
tracing-appender = "0.2"
|
||||
encoding_rs = "0.8.35"
|
||||
tinyjson="2.5.1"
|
||||
tinyjson="2.5.1"
|
||||
|
||||
|
||||
[features]
|
||||
default = []
|
||||
args=[]
|
||||
Reference in New Issue
Block a user