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.
proxy.golang.org
v0.0.0-20171111162941-29b974f0b01d
over 8 years ago
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 |