#game #rizline #gamemodding

rizlib

A library for interacting with Rizline game files

5 releases

0.4.4 Jan 26, 2025
0.4.3 Jan 26, 2025
0.4.2 Jan 26, 2025
0.4.1 Jan 26, 2025
0.4.0 Jan 25, 2025

#790 in Parser implementations

Download history 294/week @ 2025-01-21 45/week @ 2025-01-28 4/week @ 2025-02-04 1/week @ 2025-02-11

344 downloads per month

MIT license

145KB
2.5K SLoC

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.4

  • Change try_from to from for NoteKind

v0.4.3

  • Fix chart loading not working properly

v0.4.2

  • Implement JsonFile for Chart structure

v0.4.1

  • Add README.md
  • Change field and argument names from asset_name to asset_key
  • Add Serialize and Deserialize derives for AssetInfo

v0.4.0

  • First release

lib.rs:

  • This library can be used to read and parse many different types of files that can be found in Rizline.

Dependencies

~4.5–6.5MB
~124K SLoC