Skip to content

v1.2.0

Compare
Choose a tag to compare
@tunabay tunabay released this 20 Sep 12:47
· 12 commits to main since this release
acd4a05
  • Add functions and methods to copy bits from/into Buffer.
  • Add an offset to Buffer data structure to avoid unnecessary bit-shifting.
  • Add Buffer.Slice() methods.
  • Add NewBufferFromByteSlice() that can handle []byte as a bit array without copying it.
  • Add other trivial methods.