All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.5 - 2026-02-11
- Remove the const generic parameter, making the crate fully compatible with stable Rust
(no more nightly toolchain required). - Introduce a sealed
Casetrait to control casing behavior at the type level.
- Add
UppercaseandLowercasetag types implementingCase.
0.1.3 - 2022-04-28
- Bump Rust edition to 2021
0.1.2 - 2021-08-11
new_uncheckedmethod which skips string checking.
- Update CHANGELOG links
0.1.1 - 2021-07-21
- Convenient conversion to uppercase and lowercase hexadecimal string.
0.1.0 - 2021-07-20
HexStringtype which is a structured representation of a hexadecimal string.- Conversion from and into array of bytes.
- Convenient type aliases
UpperHexStringandLowerHexString. - Feature flag
serdefor serde support onHexStringtype.