Initial public release (rc1) #5
dylan-bourque
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is the initial release candidate for the library.
This release includes:
[]byte
Size()
,Marshal()
,Unmarshal()
,HasExtension()
,GetExtension()
, andSetExtension()
to allow consumers of Protobuf data to avoid directly depending on any particular Protobuf runtime (Gogo vs Google V1 vs Google V2)protoc
plugin,protoc-gen-fastmarshal
, that emits reflection-free logic for marshaling and unmarshaling Go types to/from Protobuf binary formatSize()
,Marshal()
, andUnmarshal()
functions will check for these more efficient implementations and call them if they existKnown Gaps:
This discussion was created from the release Initial public release (rc1).
Beta Was this translation helpful? Give feedback.
All reactions