Crate citra_scripting

Source
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§

CitraConnection
The main interface to Citra. Adds a level of abstraction on the ZMQ socket.

Enums§

RequestType
Different request types that can be sent.