Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: rlp-derive README.md #70

Merged
merged 2 commits into from
Jun 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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