Expand description
This module implements an interface to the OCaml hax engine. Via this interface, the rust engine can communicate with the OCaml engine, and reuse some of its components.
Structs§
- Query
- A query for the OCaml engine
Enums§
- Extended
From Engine - Extends the common
FromEnginemessages with one extra case:Response. - Extended
ToEngine - Extends the common
ToEnginemessages with one extra case:Query. - Query
Kind - The payload of the query.
Responsebelow mirrors this enum to represent the response from the engine. - Response
- A Response after a
Query