qcam / msgpax

MessagePack implementation for Elixir / msgpack.org[Elixir]

Home Page:https://msgpack.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Msgpax

Build Status Hex 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, "~> 2.0"}]
end

Then, run mix deps.get in your shell to fetch the new dependency.

License

Msgpax is released under the ISC license.

About

MessagePack implementation for Elixir / msgpack.org[Elixir]

https://msgpack.org

License:ISC License


Languages

Language:Elixir 100.0%