Files
nanoreth/crates/common/rlp-derive
Bjerg 562e895f21 ci: unused dependencies sanity check (#590)
* ci: add unused deps sanity check

* ci: fix unused deps issue template title

* ci: rename udeps job

* chore: formatting

* chore: make `cargo-udeps` ignore `aquamarine`

* deps: resolve unused deps

* ci: check every feature and target in udeps job
2022-12-23 13:19:50 +01:00
..

RLP derive crate

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