Expand description
Basic implementation of the Citra scripting interface for Rust.
Based on the Python implementation here: https://github.com/citra-emu/citra/commit/04dd91be822aa2358e2160370f6082ab81ec4a2b
Structs§
- Citra
Connection - The main interface to Citra. Adds a level of abstraction on the ZMQ socket.
Enums§
- Request
Type - Different request types that can be sent.