You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently ran into a use case where I wanted to using packed encoding on just a bare segment -- with no message header. The exposed interfaces in the main package don't provide a way to do this, and the raw Pack()/Unpack() apis in the packed package are under internal. I think we should move that package out of internal; there's no reason I see why this should be private.
The text was updated successfully, but these errors were encountered:
Oh good! I ran into a similar case a while back (I wanted to reuse []byte buffers ... can't remember the details), and this has been in the back of my mind ever since. +1 from me.
zenhack
added a commit
to zenhack/go-capnp
that referenced
this issue
Jul 10, 2022
I recently ran into a use case where I wanted to using packed encoding on just a bare segment -- with no message header. The exposed interfaces in the main package don't provide a way to do this, and the raw Pack()/Unpack() apis in the packed package are under internal. I think we should move that package out of internal; there's no reason I see why this should be private.
The text was updated successfully, but these errors were encountered: