Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

v1.0.0

Compare
Choose a tag to compare
@jonas-schievink jonas-schievink released this 08 Nov 18:44
· 7 commits to master since this release

Fixes

  • Fix cargo test --no-default-features (#5).

Improvements

  • Extended and clarified documentation.
  • Added more rustdoc examples.
  • Extended CI to test the crate with --no-default-features.

Breaking Changes

  • adler32_reader now takes its generic argument by value instead of as a &mut.
  • Renamed adler32_reader to adler32.