rizlib
A library for interacting with Rizline game files.
crates.io: https://crates.io/crates/rizlib/
Documentation: https://docs.rs/rizlib/
Repository: https://gitlab.com/TadeLn/rizlib/
Changelog
v0.4.8
- Implement
JsonFileforAssetListMonoBehaviour
v0.4.7
- Add support for UnityPy-style Default.json files
v0.4.6
- Add new game_config.json URL
v0.4.5
- Implement
PartialEq,EqandHashforByteColor - Add
Copyderive for color structures - Move
AssetInfoconstruction logic to aFromtrait implementation - Add
IntoIteratorfor catalog structures - Add
is_downloadabletoAssetDependency
v0.4.4
- Change
try_fromtofromforNoteKind
v0.4.3
- Fix chart loading not working properly
v0.4.2
- Implement
JsonFileforChartstructure
v0.4.1
- Add
README.md - Change field and argument names from
asset_nametoasset_key - Add
SerializeandDeserializederives forAssetInfo
v0.4.0
- First release