openethereum/util/rlp
Marek Kotewicz 9adee532a0
bump some of our core dependencies (#7563)
* updated ethereum-types and tiny-keccak

* Updated several deps

* Updated several more dependencies

* Modify dummy file to trigger ci

* fixed update of memmap to 0.6 in ethash crate

* Fixed fetch after update to latest reqwest

* Updated jsonrpc-core with fixes for serde

* add expects in util/version/build.rs
2018-01-17 11:45:29 +01:00
..
benches updated bigint with optimized mul and from_big_indian 2017-08-17 18:11:34 +02:00
src bloom refactor (#7475) 2018-01-14 22:43:28 +01:00
tests dissolve util (#7460) 2018-01-10 15:35:18 +03:00
Cargo.toml bump some of our core dependencies (#7563) 2018-01-17 11:45:29 +01:00
LICENSE-APACHE2 relicense RLP to MIT/Apache2 2017-05-10 13:03:30 +02:00
LICENSE-MIT relicense RLP to MIT/Apache2 2017-05-10 13:03:30 +02:00
README.md relicense RLP to MIT/Apache2 2017-05-10 13:03:30 +02:00
license-header relicense RLP to MIT/Apache2 2017-05-10 13:03:30 +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.