Releases: bbaldino/bits-io
Releases · bbaldino/bits-io
v0.6.3
05 May 06:34
Compare
Sorry, something went wrong.
No results found
Added
impl Buf and BufMut for Bits/BitsMut
v0.6.2
02 May 22:05
Compare
Sorry, something went wrong.
No results found
Fixed
optimize unalighed bit reads and writes (#26 )
v0.6.1
02 May 18:49
Compare
Sorry, something went wrong.
No results found
v0.6.0
02 May 18:24
Compare
Sorry, something went wrong.
No results found
Fixed
optimize reading byte-aligned types from a byte-aligned buffer (#23 )
v0.5.6
01 May 23:47
Compare
Sorry, something went wrong.
No results found
Added
Fixed
fix partialeq impl for Bits
v0.5.5
30 Apr 16:29
Compare
Sorry, something went wrong.
No results found
Added
add Bits::copy_from_bytes constructor
v0.5.4
29 Apr 18:49
Compare
Sorry, something went wrong.
No results found
Fixed
upgrade nsw-types version
v0.5.3
29 Apr 17:26
Compare
Sorry, something went wrong.
No results found
Fixed
fix some BitBuf impl code for BitCursor<&BitSlice>, add BitBuf impl
properly limit slice returned by slice_bytes from a Bits instance
Other
v0.5.2
27 Apr 01:35
Compare
Sorry, something went wrong.
No results found
Other
link README
update README
v0.5.1
26 Apr 23:27
Compare
Sorry, something went wrong.
No results found
Added
add 'limit' api to BitBufMut
add 'chain' for BitBuf and BitBufMut, add more BitBufMut impls