-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,18 @@ | ||
## RLP derive crate | ||
# alloy-rlp-derive | ||
|
||
This crate provides derive macros for traits defined in | ||
[`alloy-rlp`](https://docs.rs/alloy-rlp). See that crate's documentation for | ||
more information. | ||
|
||
### Provenance notes | ||
## Provenance note | ||
|
||
This crate was originally part of the | ||
[reth](https://github.com/paradigmxyz/reth/) project. Maintenance has been | ||
taken over by the ethers developers. | ||
This crate was originally part of the [reth] project, as [`reth_rlp_derive`]. | ||
|
||
Forked from an earlier Apache licenced version of the `fastrlp-derive` crate, | ||
before it changed licence to GPL. NOTE: The Rust fastrlp implementation is | ||
itself a port of the | ||
[Golang Apache licensed fastrlp](https://github.com/umbracle/fastrlp) | ||
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][gofastrlp]. | ||
|
||
[reth]: https://github.com/paradigmxyz/reth | ||
[`reth_rlp_derive`]: https://github.com/paradigmxyz/reth/tree/main/crates/rlp | ||
[`fastrlp`]: https://github.com/vorot93/fastrlp | ||
[gofastrlp]: https://github.com/umbracle/fastrlp |