Skip to content

0.2.0

Compare
Choose a tag to compare
@saulius saulius released this 03 Jan 19:42
· 355 commits to master since this release
  • CRoaring library upgraded to version 0.2.12.
  • Bitmap#as_slice got replaced with Bitmap#to_vec as part of fixing #16
  • Bitmap#into_iter was replaced with Bitmap#iter which uses C based interators #20.