https://github.com/tehmaze/go-binarypack
BinaryPack for Go
https://github.com/tehmaze/go-binarypack
Last synced: over 1 year ago
JSON representation
BinaryPack for Go
- Host: GitHub
- URL: https://github.com/tehmaze/go-binarypack
- Owner: tehmaze
- License: mit
- Created: 2016-03-11T13:00:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-08T12:20:19.000Z (over 9 years ago)
- Last Synced: 2025-02-08T14:44:52.665Z (over 1 year ago)
- Language: Go
- Homepage: https://godoc.org/github.com/tehmaze/go-binarypack
- Size: 12.7 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-binarypack
BinaryPack is 95% MessagePack. The protocol has been extended to support
distinct string and binary types. Also used by
[binaryjs/node-binarypack](https://github.com/binaryjs/node-binarypack).