proxy.golang.org : github.com/tinylib/msgp/msgp
This package is the support library for the msgp code generator (http://github.com/tinylib/msgp). This package defines the utilites used by the msgp code generator for encoding and decoding MessagePack from []byte and io.Reader/io.Writer types. Much of this package is devoted to helping the msgp code generator implement the Marshaler/Unmarshaler and Encodable/Decodable interfaces. This package defines four "families" of functions: Once a type has satisfied the `Encodable` and `Decodable` interfaces, it can be written and read from arbitrary `io.Writer`s and `io.Reader`s using and There are also methods for converting MessagePack to JSON without an explicit de-serialization step. For additional tips, tricks, and gotchas, please visit the wiki at http://github.com/tinylib/msgp
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/tinylib/msgp/msgp
License: MIT
Latest release: 17 days ago
Namespace: github.com/tinylib/msgp
Stars: 1,787 on GitHub
Forks: 190 on GitHub
Total Commits: 349
Committers: 50
Average commits per author: 6.98
Development Distribution Score (DDS): 0.338
More commit stats: commits.ecosyste.ms
See more repository details: repos.ecosyste.ms
Last synced: 17 days ago