Skip to content

Quality Of Life

Choose a tag to compare

@Cydhra Cydhra released this 09 Jun 12:52
· 54 commits to master since this release

Improvements

  • Merged Quality-of-life API improvements. by @arnsholt in #32
    • Conversions between BitVec, RsVec, and various data structures to allow modification of these through back-conversion and regeneration
    • BitVec::split_at to split a bit vector into two
    • BitVec::extend_bitvec and Extend<BitVec> implementation for BitVec to append bit vectors to existing vectors

New Contributors