API Reference borsh v0.1.2
modules
Modules
BORSH, binary serializer for security-critical projects.
The Borsh.Decode module provides functions for decoding data serialized using the Borsh format.
It defines functions for each supported data type (e.g. :string, :u8, :i64) that can be used
to decode a value of that type from a given bitstring.
This module contains functions for encoding Elixir data structures into BORSH binary format.