An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

github.com/gxlb/binary

Package binary is uesed to Encode/Decode between go data and byte slice. The main purpose of this package is to replace package "std.binary". The design goal is to take both advantages of std.binary(encoding/binary) and gob. Upgraded from std.binary(encoding/binary). Compare with other serialization package, this package is with full-feature as gob and protocol buffers, and with high-performance and lightweight as std.binary. It is designed as a common solution to easily encode/decode between go data and byte slice. It is recommended to use in net protocol serialization and go memory data serialization such as DB. Support all serialize-able data types: Here is the main feature of this package. Under MIT license.

Ecosystem
proxy.golang.org
Latest Release
v0.0.0-20171111162941-29b974f0b01d
over 8 years ago
Versions
1
Links
Registry proxy.golang.org
Source Repository
Docs Documentation
JSON API View JSON
CodeMeta codemeta.json
Package Details
PURL pkg:golang/github.com/gxlb/binary
spec
License MIT
Namespace github.com/gxlb
First Release over 8 years ago
Last Synced 10 days ago
Repository
Stars 23 on GitHub
Forks 1 on GitHub
Rankings on proxy.golang.org
Overall Top 6.9%
Forks Top 7.0%