https://github.com/vedranvuk/binaryex
Package binaryex implements functions supplement to binary/encoding package.
https://github.com/vedranvuk/binaryex
binary go golang marshalling reflection serialization
Last synced: 10 months ago
JSON representation
Package binaryex implements functions supplement to binary/encoding package.
- Host: GitHub
- URL: https://github.com/vedranvuk/binaryex
- Owner: vedranvuk
- License: mit
- Created: 2019-11-14T11:56:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-12T08:55:15.000Z (over 5 years ago)
- Last Synced: 2025-02-05T09:30:01.843Z (11 months ago)
- Topics: binary, go, golang, marshalling, reflection, serialization
- Language: Go
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# binaryex
Package binaryex implements functions supplement to binary/encoding package that work with derived and compound types.
It is designed for ease of use before speed.
## Status
binaryex API is set. Optimization, bugfixes and additional functionality eventually follow.
## License
MIT License. See included LICENSE file.