Skip to content

Releases: bbaldino/bits-io

v0.6.3

05 May 06:34
38a4a85

Choose a tag to compare

Added

  • impl Buf and BufMut for Bits/BitsMut

v0.6.2

02 May 22:05
72e4e90

Choose a tag to compare

Fixed

  • optimize unalighed bit reads and writes (#26)

v0.6.1

02 May 18:49
7882725

Choose a tag to compare

Fixed

  • fix get_u8

v0.6.0

02 May 18:24
47d9e90

Choose a tag to compare

Fixed

  • optimize reading byte-aligned types from a byte-aligned buffer (#23)

v0.5.6

01 May 23:47
9baf6e0

Choose a tag to compare

Added

  • re-export BitSliceUxExts

Fixed

  • fix partialeq impl for Bits

v0.5.5

30 Apr 16:29
f54ab50

Choose a tag to compare

Added

  • add Bits::copy_from_bytes constructor

v0.5.4

29 Apr 18:49
22442e8

Choose a tag to compare

Fixed

  • upgrade nsw-types version

v0.5.3

29 Apr 17:26
0bc8b1b

Choose a tag to compare

Fixed

  • fix some BitBuf impl code for BitCursor<&BitSlice>, add BitBuf impl
  • properly limit slice returned by slice_bytes from a Bits instance

Other

  • tweak readme

v0.5.2

27 Apr 01:35
9485550

Choose a tag to compare

Other

  • link README
  • update README

v0.5.1

26 Apr 23:27
ce540f3

Choose a tag to compare

Added

  • add 'limit' api to BitBufMut
  • add 'chain' for BitBuf and BitBufMut, add more BitBufMut impls