althea-net / serde-rlp

Ethereum's RLP encoding implemented as a Serde data format
Apache License 2.0
13 stars 10 forks source link

Maintenance and perf improvements #17

Open AaronKutch opened 1 year ago

AaronKutch commented 1 year ago

Brought the crate through 4 years of Rust improvements, removed all dependencies except for serde ones and rewrote some gross serialization code that was not helping performance, and switched to github actions.

iFrostizz commented 2 months ago

@AaronKutch What do you think about forking this crate ? It seems like @mpapierski is not maintaining it anymore.

AaronKutch commented 2 months ago

I'm not in the project or group that was using this crate anymore, I wouldn't be fit to maintain it.

iFrostizz commented 2 months ago

No worries. I might do it, there's a real need of that crate