openethereum/util/rlp_derive
David 28c731881f
Rlp decode returns Result ()
rlp::decode returns Result

Make a best effort to handle decoding errors gracefully throughout the code, using `expect` where the value is guaranteed to be valid (and in other places where it makes sense).
2018-05-08 11:22:12 +02:00
..
src Replace legacy Rlp with UntrustedRlp and use in ethcore rlp views () 2018-04-16 15:52:12 +02:00
tests Rlp decode returns Result () 2018-05-08 11:22:12 +02:00
Cargo.toml bump proc macro deps () 2018-04-05 10:31:06 +02:00