Crates.io | rlp-decoder |
lib.rs | rlp-decoder |
version | 0.1.0 |
source | src |
created_at | 2024-11-09 00:29:41.04183 |
updated_at | 2024-11-09 00:29:41.04183 |
description | Recursive-length prefix data decoder |
homepage | |
repository | https://github.com/conflux-fans/rlp-decoder |
max_upload_size | |
id | 1441707 |
size | 41,752 |
Recursive-length-prefix decoding in Rust.
This project is forked from parity rlp library, and removed all the encoding functions. To be used in embedded systems.
The original parity rlp library heavily relies on Bytes crate, which can not work on chipsets (eg nanox) do not support CAS operations.