Skip to content

Releases: haxelion/bva

v0.2.0

04 Jul 13:21
Compare
Choose a tag to compare

2023/07/04 - 0.2.0

  • Major rewrite using const generics
  • Iterator support

v0.1.0

20 Dec 12:36
Compare
Choose a tag to compare
  • BitVector trait with fixed, dynamic and auto implementations.
  • Conversion between all the implementations
  • Basic arithmetic operations between the different implementations.
  • Reading and writing bit vector in various format.