- Add PartialEq derived macro to Error in order to be able to test error cases
- Allow
[no_alloc]
for faster-hex (without any feature), hex_string(_upper)() rely on heapless:String
0.9.0 (2023-11-22)
Re create v0.9.0
, since v0.8.2
introduced a break change,
Yanked: 0.8.2 (2023-11-19)
- Fix
hex_decode
panic whendst.len
>src.len * 2
pr#38
0.8.1 (2023-11-19)
0.8.0 (2023-02-27)
- Add serde feature for faster-hex (pr#28)
0.7.0 (2023-02-27)
- Allow faster-hex encode/decode to/from lower/uppercase (pr#26)
- Improve encode/decode length check (pr#27)
- Improve performance of fallback implementation (pr#19)
- hex_string should not return Result (0a5b5f4)
0.5.0 (2021-01-13)
0.4.0 (2019-09-10)
- Do not expose hex_check_see on non-supported platform (3e1cc75)
0.3.1 (2019-03-12)
0.1.0 (2018-10-30)
- leverage simd to hex faster (6c88491)