Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 565 Bytes

README.md

File metadata and controls

32 lines (17 loc) · 565 Bytes

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