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.3 - 2022-04-28
- Bump Rust edition to 2021
0.1.2 - 2021-08-11
new_unchecked
method 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
HexString
type which is a structured representation of a hexadecimal string.- Conversion from and into array of bytes.
- Convenient type aliases
UpperHexString
andLowerHexString
. - Feature flag
serde
for serde support onHexString
type.