Msgpax

Build StatusHex Version

This library provides an API for serializing and de-serializing Elixir terms using the MessagePack format.

Documentation is available online.

Features

A detailed table that shows the relationship between Elixir types and MessagePack types can be found in the documentation for the Msgpax module.

Installation

Add :msgpax as a dependency in your mix.exs file:

def deps do
[{:msgpax, "~> 0.8"}]
end

After you are done, run mix deps.get in your shell to fetch the dependencies.

License

This software is licensed under the ISC license.