Razzile / Unigen

A WIP IL2CPP metadata -> IDC generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Rust] possible layout for metadata versions

Razzile opened this issue · comments

Using rust's traits and impls to design the metadata file parsing in such a way that for all metadata structs for a version n, there is an impl for the struct that can read that specific version of the metadata format, with the trait providing functionality useful for all versions (e.g. to check header and version)