No changes.
- Fix doctest on big-endian systems (#9).
- Fix documentation on docs.rs.
- Fix
cargo test --no-default-features
(#5).
- Extended and clarified documentation.
- Added more rustdoc examples.
- Extended CI to test the crate with
--no-default-features
.
adler32_reader
now takes its generic argument by value instead of as a&mut
.- Renamed
adler32_reader
toadler32
.
- Process 4 Bytes at a time, improving performance by up to 50% (#2).
- Bump MSRV to 1.31.0.
- Add a few
#[inline]
annotations to small functions. - Fix CI badge.
- Allow integration into libstd.
- Support
#![no_std]
when usingdefault-features = false
. - Improve performance by around 7x.
- Support Rust 1.8.0.
- Improve API naming.
Initial release.