impl-rlp 0.4.0

RLP serialization support for uint and fixed hash.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Changelog

The format is based on [Keep a Changelog].

[Keep a Changelog]: http://keepachangelog.com/en/1.0.0/

## [0.4.0] - 2024-09-11
- Updated `rlp` to 0.6. [#859]https://github.com/paritytech/parity-common/pull/859
- Migrated to 2021 edition, enforcing MSRV of `1.56.1`. [#601]https://github.com/paritytech/parity-common/pull/601

## [0.3.0] - 2021-01-05
### Breaking
- Updated `rlp` to 0.5. [#463]https://github.com/paritytech/parity-common/pull/463