$ hex-conservative

v1.0.1MAJOR UPDATE

A hex encoding and decoding crate with a conservative MSRV and dependency policy.

Downloads: 13.8M
Recent: 3.5M
Versions: 13
Updated: December 2, 2025

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

11.5M13.8M

$ VERSION HISTORY

v1.0.1December 2, 2025
v1.0.0November 26, 2025
v1.0.0November 25, 2025
v1.0.0July 11, 2025

$ LINKS

$ INSTALL

cargo add hex-conservative

Or add to Cargo.toml: hex-conservative = "1.0.1"