adler
A simple clean-room implementation of the Adler-32 checksum
1.0.2
275M downloads/mo
#387 most downloaded on crates.io
jonas-schievink/adler
What this package is like to depend on
Last release 5 years ago
no release in 18 months
Ships fairly regularly
a new release about every 4 months
Nearly every release is documented
notes for 8 of 8 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
8 releases · first in 2020
0 releases in the last 12 months
see the full history below
Release timeline
8 releases · Jun 2020 to Feb 2021
2021
2022
2023
2024
2025
2026
Releases
latest 8-
1.0.226 Feb 2021 -
1.0.108 Nov 2020 -
1.0.008 Nov 2020Release notes
Open source →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_readernow takes its generic argument by value instead of as a&mut.- Renamed
adler32_readertoadler32.
Release notes
Open source →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_readernow takes its generic argument by value instead of as a&mut.- Renamed
adler32_readertoadler32.
- Fix
-
0.2.310 Jul 2020 -
0.2.227 Jun 2020 -
0.2.127 Jun 2020Release notes
Open source →- Add a few
#[inline]annotations to small functions. - Fix CI badge.
- Allow integration into libstd.
Release notes
Open source →- Add a few
#[inline]annotations to small functions. - Fix CI badge.
- Allow integration into libstd.
- Add a few
-
0.2.027 Jun 2020Release notes
Open source →- Support
#![no_std]when usingdefault-features = false. - Improve performance by around 7x.
- Support Rust 1.8.0.
- Improve API naming.
Release notes
Open source →- Support
#![no_std]when usingdefault-features = false. - Improve performance by around 7x.
- Support Rust 1.8.0.
- Improve API naming.
- Support
-
0.1.025 Jun 2020