Skip to content

bebop v0.1.2

Compare
Choose a tag to compare
@200sc 200sc released this 27 Apr 03:34
· 154 commits to main since this release
4516fd1

This release

  • Adds Size() int to bebop.Record
  • Changes MarshalBebopTo([]byte) to return int of bytes written
  • Adds SharedMemoryStrings generation option to unmarshal functions, removing string allocations but sharing memory with the unmarshalling byte slice.