maelstrom-base 0.5.0

Fundamental data structures used by all Maelstrom code.
Documentation
1
2
3
4
5
6
7
8
9
# Maelstrom Base

This library contains fundamental data structures used by all Maelstrom code,
including the message data structures for the various inter-process protocols.
Unlike [maelstrom-util](../maelstrom-util), this library is intended to be used
in WASM as well as native architectures.

For more information, see the [Maelstrom project on
GitHub](https://github.com/maelstrom-software/maelstrom).