Skip to content

Adds bitmask utils, removes assert dependency

Compare
Choose a tag to compare
@aidenwallis aidenwallis released this 11 Nov 02:07
· 9 commits to main since this release
173d076

Adds bitmask utils, this is a generic package and any signed or unsigned integer is supported:

  • bitmask.Add()

  • bitmask.Has()

  • bitmask.Remove()

  • Removes dependency on stretchr/testify, reducing package size!

  • Refactor CI pipeline a bit.