Crate miku_rpc

Crate miku_rpc 

Source
Expand description

A crate implementing the OpenComputers 2 HLApi interface.

Modules§

types
Type definitions for commonly used responses.
wrappers
Wrappers around specific HLApi devices and their methods.

Structs§

Call
A HLApi call, composed of a type and some json serializable data.
DeviceBus
A bus interface to the HLApi
InvokeCall
A HLApi call that invokes a method on a specific device.
Response
The response to a HLApi call.

Enums§

MessageType
RPCError

Type Aliases§

RPCResult