Skip to content

Commit

Permalink
docs: rlp-derive README.md (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes authored Jun 7, 2023
1 parent dccea34 commit d72649b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions crates/rlp-derive/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ more information.

## Provenance note

This crate was originally part of the [reth] project, as [`reth_rlp`].
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][gofastrlp].
[`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`]: https://github.com/paradigmxyz/reth/tree/main/crates/rlp
[`reth_rlp_derive`]: https://github.com/paradigmxyz/reth/tree/99a314c59bbd94a34a285369da95fb5604883c65/crates/rlp/rlp-derive
[`fastrlp`]: https://github.com/vorot93/fastrlp
[gofastrlp]: https://github.com/umbracle/fastrlp
8 changes: 4 additions & 4 deletions crates/rlp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ Trait methods can then be accessed via the `Encodable` and `Decodable` traits.

This crate was originally part of the [reth] project, as [`reth_rlp`].

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].
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`]: https://github.com/paradigmxyz/reth/tree/main/crates/rlp
[`reth_rlp`]: https://github.com/paradigmxyz/reth/tree/99a314c59bbd94a34a285369da95fb5604883c65/crates/rlp
[`fastrlp`]: https://github.com/vorot93/fastrlp
[gofastrlp]: https://github.com/umbracle/fastrlp

0 comments on commit d72649b

Please sign in to comment.