Skip to content

Commit

Permalink
docs: rlp-derive README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Jun 7, 2023
1 parent d4a91ad commit a97ceca
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions crates/rlp-derive/README.md
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

0 comments on commit a97ceca

Please sign in to comment.