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

Top 6.9% on proxy.golang.org
Top 7.0% forks on proxy.golang.org

proxy.golang.org : 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.

Registry - Source - Documentation - JSON - codemeta.json
purl: pkg:golang/github.com/gxlb/binary
Keywords: binary , gob , golang , protocol-buffer , serialization
License: MIT
Latest release: about 8 years ago
First release: about 8 years ago
Namespace: github.com/gxlb
Stars: 23 on GitHub
Forks: 1 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 13 days ago

    Loading...
    Readme
    Loading...