This crate provides derive macros for traits defined in
alloy-rlp
. See that crate's documentation for
more information.
This crate was originally part of the [reth] project, as [reth_rlp_derive
].
This was forked from an earlier Apache-licensed version of the
[fastrlp
] crate, before it changed licence to GPL. The Rust fastrlp
implementation is itself a port of the Golang Apache-licensed fastrlp.