Expand description
A driver for interacting with Maelstrom
This translates input into requests and requests into output. It also handles issuing Maelstrom service requests. It’s very roughly based off of the node in Maelstrom’s ruby examples.
Structs§
- A helper for a value that is initialized once, but used from many async places.
- Core 🔒
- A handle to interact with Node.
- Node 🔒
Traits§
- An implementor of a Maelstrom workload.
Functions§
- Runs the RPC loop, accepting Maelstrom workload requests, issuing responses, and communicating with Maelstrom services.