Skip to content

Releases: haxelion/bva

v0.4.0

17 Aug 15:09
Compare
Choose a tag to compare
  • 100% function test coverage, 98% line test coverage
    • Some bug were fixed in the process
  • Better API and proper documentation
  • extend, append, prepend, repeat, first, last and sign_extend functions
  • Constructing bit vectors from array of integers
  • Operation with unsigned integers as right hand side

v0.3.0

07 Jul 13:54
Compare
Choose a tag to compare
  • Multiplication, division and modulo operations
  • Various helper functions
  • Much more rigorous testing reaching high code coverage.

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.