1.0.2 - This version may not be safe as it has not been updated for a long time. Find out if your coding project uses this component and get notified of any reported security vulnerabilities with Meterian-X Open Source Security Platform
Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.
Apache-2.0 - Apache License 2.0This crate provides a simple implementation of the Adler-32 checksum, used in the zlib compression format.
Please refer to the changelog to see what changed in the last releases.
unsafe
.#![no_std]
(with default-features = false
).Add an entry to your Cargo.toml
:
[dependencies]
adler = "1.0.2"
Check the API Documentation for how to use the crate's functionality.
Currently, this crate supports all Rust versions starting at Rust 1.31.0.
Bumping the Minimum Supported Rust Version (MSRV) is not considered a breaking change, but will not be done without good reasons. The latest 3 stable Rust versions will always be supported no matter what.