Popularity
8.1
Growing
Activity
3.1
-
282
6
35

Monthly Downloads: 245,125
Programming language: Elixir
License: ISC License
Tags: Protocols    
Latest version: v2.2.4

msgpax alternatives and similar packages

Based on the "Protocols" category.
Alternatively, view msgpax alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of msgpax or a related project?

Add another 'Protocols' Package

README

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](LICENSE).


*Note that all licence references and agreements mentioned in the msgpax README section above are relevant to that project's source code only.