parity-common/rlp
Johann Tuffe 41a5501309 fix indentations 2018-09-13 11:03:18 +08:00
..
benches additional benches for rlp 2018-08-23 13:56:07 +02:00
src fix indentations 2018-09-13 11:03:18 +08:00
tests Fix is_int() panic with untrusted input 2018-09-04 11:04:27 +09:00
Cargo.toml bump rlp v0.3.0 and make all workspace test pass 2018-09-13 10:59:11 +08:00
LICENSE-APACHE2 Add 'rlp/' from commit 'ea070971703129a14d47f73bc3f30cfd359ded6d' 2018-07-03 10:24:20 +02:00
LICENSE-MIT Add 'rlp/' from commit 'ea070971703129a14d47f73bc3f30cfd359ded6d' 2018-07-03 10:24:20 +02:00
README.md Add 'rlp/' from commit 'ea070971703129a14d47f73bc3f30cfd359ded6d' 2018-07-03 10:24:20 +02:00
license-header Add 'rlp/' from commit 'ea070971703129a14d47f73bc3f30cfd359ded6d' 2018-07-03 10:24:20 +02:00

README.md

RLP

Recursive-length-prefix encoding, decoding, and compression in Rust.

License

Unlike most parts of Parity, which fall under the GPLv3, this package is dual-licensed under MIT/Apache2 at the user's choice. Find the associated license files in this directory as LICENSE-MIT and LICENSE-APACHE2 respectively.