Initial public release (rc1) #6
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
-
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:
What's Changed
New Contributors
Full Changelog: https://github.com/CrowdStrike/csproto/commits/v0.1.0-rc1
This discussion was created from the release Initial public release (rc1).
Beta Was this translation helpful? Give feedback.
All reactions