Binary rust extensions for SkyTemple.
This implements a lot of file handlers for SkyTemple in Rust (prefixed st_
). You can read more
about the file types in the SkyTemple Files repository. This is also the main
place that these file handlers are used.
Additionally it has Python bindings for the following Rust crates:
- pmd_wan by marius851000.
PLEASE NOTE that versions 1.3.4-1.3.x are intermediate releases. The only stable thing in it are the pmd_wan bindings!
Unit tests for the st_
modules are located as Python Tests in SkyTemple Files. The reason
for this is that they are tested together with the "legacy" Python implementations. When changing
existing modules, be aware that I will run the Python tests on them before merging any Pull Requests.