quest-hook-rs
quest-hook-rs copied to clipboard
A Rust library for making mods for Oculus Quest games compiled using il2cpp
The docs are currently very barebones. Optimally we'd want detailed descriptions of the semantics of different functions and traits and their safety requirements, and explanations as to how everything fits...
We lack usage examples, both standalone and in the docs.
Known issues or unimplemented features: - Ptr type - ByRef type - ByRefMut type - constant enum type fields on a non-enum type - value type boxing - value type...