Skip to content

Releases: ctamblyn/bit-iter

Version 1.3.1

04 Mar 23:31
Compare
Choose a tag to compare
  • Fix automated tests.

Version 1.3.0

04 Mar 21:55
Compare
Choose a tag to compare
  • Add is_sorted() implementation.
  • Bump MSRV to 1.82.0.

Version 1.2.0

24 Aug 19:59
c26c267
Compare
Choose a tag to compare
  • Bump MSRV to 1.53.0.
  • Use dtolnay/rust-toolchain instead of actions-rs.
  • Use ::BITS to compute sizes instead of size_of.
  • Refactor bit twiddling into separate functions.
  • Ensure no_std build works in CI.
  • Make output of pre-commit-checks.sh a bit nicer.

Version 1.1.1

18 May 18:21
ebe9159
Compare
Choose a tag to compare
  • Add inline annotation to len().
  • Document MSRV policy, and enforce in tests.

Version 1.1.0

12 Nov 18:44
e76c64f
Compare
Choose a tag to compare
  • Add ExactSizeIterator implementation for BitIter.

Version 1.0.0

07 Nov 22:59
Compare
Choose a tag to compare
  • Add Clone, Copy, Default, Eq, Hash and PartialEq to BitIter.
  • Add fold() implementation.

Version 0.1.6

29 Sep 16:21
Compare
Choose a tag to compare
  • Add inline annotations to functions.

Version 0.1.5

16 Jul 21:32
Compare
Choose a tag to compare
  • Add specialised implementation for nth().
  • Fix copyright in licence.

Version 0.1.4

23 Jun 00:37
Compare
Choose a tag to compare
  • Add Debug implementation for BitIter.
  • Fixed clippy warnings.
  • Minor documentation updates.
  • Update crate description and keywords.

Version 0.1.3.

18 Jun 00:15
Compare
Choose a tag to compare

Minor update to fix annoying broken link in README.md.