alloy-rs / rlp

Fast implementation of Ethereum RLP serialization
Apache License 2.0
77 stars 16 forks source link

fix: make `PayloadView` public #20

Closed Wollac closed 1 week ago

Wollac commented 1 week ago

PayloadView was not exposed in #18. This PR fixes this.