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
- Host: GitHub
- URL: https://github.com/stackus/edat-msgpack
- Owner: stackus
- License: mit
- Created: 2021-01-07T02:29:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-16T03:34:48.000Z (about 5 years ago)
- Last Synced: 2024-06-20T13:37:19.065Z (over 1 year ago)
- Language: Go
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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