There are a bunch of breaking changes in this release, including:
- Bump MSRV to 1.56.1
- For improved ergonomics, add a prelude module #36
- Add a
serde
module #37 - Remove arbitrary padding limit #41
- Make
fmt_hex_exact
honourFormatter::precision
#81
- Update the derives on error types #31
- Hide error internal #44
- Return specific error from
HexToByesIter::new
#62
- Add
test_hex_unwrap
hex parsing macro for test usage. - Improve formatting hex for bytes slices e.g., support padding.
- Import code from the
bitcoin_hashes
andbitcoin-internals
crates. - Add
Iterator
implementations