-
0.7.1.2 DR_rs 更新 Stable
released this
2023-02-26 14:08:51 +08:00 | 756 commits to main since this release20230326 DR 0.7.1.2 + DR_rs 0.2.5.3
新发布
version.md
记录了1.0.0.0
的Semver++
version.md
records theSemver++
of1.0.0.0
- Github copilot 翻译了一部分的更新日志
- Github copilot translated part of the update logs
DR_rs
V 0.2.5.3-
0.2.5.2
->0.2.5.3
-
sr1_data.rs
types.rs
- 公开了一些忘记加
pub
的结构体字段 - 修改了一些结构体的命名
PartType
->RawPartType
PartList
->RawPartList
- 移除了
types.rs
中多余的PartTypes
方法 - 为
Damage
实现了to_damage
方法 - 为
RawPartType
实现了to_sr_part_type
方法- 写的真够费劲的 (甚至还没写完)
- 添加
SR1PartTypeData
特征- 用于进行
RawPartType
和SR1PartType
的互相转换
- 用于进行
- 为
sr1_data.rs
的各类数据结构做了向types.rs
的转换-
简直折磨人
-
public some forgotten
pub
fields -
modify some struct name
PartType
->RawPartType
PartList
->RawPartList
-
remove redundant
PartTypes
method intypes.rs
-
implement
to_damage
method forDamage
-
implement
to_sr_part_type
method forRawPartType
- write so hard (not finished yet)
-
add trait
SR1PartTypeData
- used to convert
RawPartType
andSR1PartType
to each other
- used to convert
-
add convert from
sr1_data.rs
totypes.rs
- torture
-
- 公开了一些忘记加
Downloads