arora-buffers 0.1.0

Binary read/write buffers and type tags for the Arora module value ABI.
docs.rs failed to build arora-buffers-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

Arora Buffers

The buffers are used for exchanges across the module boundaries. It can represent all the data structures into an [u8]. It starts with 4 bytes (32 bits) representing the size of the whole buffer. It is limited to 32 bits to match WASM's current implementation.

Please refer to the read and write functions for the details of the buffer format.

This library provides functions to serialize and deserialize buffers from generic Values), as defined in the arora-types

This library also provides an exported function to allocate or free a buffer.