An open API service indexing awesome lists of open source software.

https://github.com/stackus/edat-msgpack

Msgpack serialization for edat
https://github.com/stackus/edat-msgpack

Last synced: 5 days ago
JSON representation

Msgpack serialization for edat

Awesome Lists containing this project

README

          

# 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