Map ArrayBuffer to C-like struct with full type support.
Encode/decode base64 data into ArrayBuffers
A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.
Create an ArrayBuffer instance from a Data URI string
Get an ArrayBuffer from a Buffer as fast as possible
Packs/Unpacks/Measures structs according to Python's `struct` format
Turn a string into an ArrayBuffer by using the UTF8 encoding.
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Encode/decode base64 data into ArrayBuffers
Strict borsh compatible de/serializer
Python struct for javascript
Create a `DataView` over an `ArrayBuffer`/8-bit typed array (commonly used in the browsers) or a `Buffer` (commonly used in Node.js).
Immutable ArrayBuffer (the shim!)
Zero-copy reading of Arrow data from WebAssembly
Convert Buffer to ArrayBuffer
Create ABI-compliant "struct" instances on top of Buffers
Framework-independent loaders for 3D graphics formats
Encode/decode base64 data into ArrayBuffers
MurmurHash3 x86 32-bit implemented in JavaScript.
Get the ArrayBuffer out of a DataView, robustly.
C-style structure serializer and deserializer.
Solana specific extension for beet, the borsh compatible de/serializer
JavaScript implementation of Google's Snappy compression library
Test if a value is an ArrayBuffer.