stackus / edat-msgpack

Msgpack serialization for edat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

edat-msgpack - Msgpack serialization for edat

Installation

go get -u github.com/stackus/edat-msgpack

Usage Example

import _ "github.com/stackus/edat-msgpack"

Import the marshaller before registering any types.

Prerequisites

Go 1.15

Features

Registers a Msgpack marshaller as the default marshaller for edat.

TODOs

  • Documentation

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

Msgpack serialization for edat

License:MIT License


Languages

Language:Go 100.0%