$ hex-conservative
v1.0.1MAJOR UPDATEA hex encoding and decoding crate with a conservative MSRV and dependency policy.
Latest Update Summary
Crate
Name: hex-conservative New version: 1.0.1 Release date: 2025-12-02T03:18:44.284020Z
Crate readme
Short description A Rust hexadecimal decoding library
Long description This is a general purpose hex encoding/decoding library with a conservative MSRV and dependency policy. It exposes errors and two basic decoding functions to assist downstream crates in handling hex errors efficiently. While binary writers can use the unstable version, library authors are encouraged to utilize stable errors in APIs while leveraging the unstable crate for advanced features.
Features • std - enables the standard library, on by default • alloc - enables features that require allocation such as decoding into Vec, implied by std • newer-rust-version - enables Rust version detection and thus newer features
Code Examples Using githooks
git config --local core.hooksPath githooks/
Links
Release info
Release version:
Release description
Code Examples
Patch update: 1.0.0 → 1.0.1
$ DOWNLOADS TREND
$ VERSION HISTORY
$ LINKS
$ INSTALL
cargo add hex-conservativeOr add to Cargo.toml: hex-conservative = "1.0.1"