Expand description
This crate contains the type definitions that are used to communicate between:
- the command line (the
cargo-haxbinary); - the custom rustc driver;
- the hax engine (the
hax-enginebinary).
Those three component send and receive messages in JSON or CBOR on stdin and stdout.
Modules§
- The CLI options for
cargo-hax. The types defines in this module are also used by the driver and the engine. - Type to represent errors, mainly in
hax-engine. The engine doesn’t do any reporting itself: it only sends JSON to its stdout, andcargo-haxtakes care of reporting everything in a rustc style. - The types used to communicate between
cargo-haxand the custom driver. - The types used to communicate between
cargo-haxandhax-engine.
Macros§
Constants§
- Compile-time version of hax