openethereum/util/rlp/src
David 28c731881f
Rlp decode returns Result (#8527)
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
..
error.rs Remove expect (#8536) 2018-05-04 10:06:54 +02:00
impls.rs Replace legacy Rlp with UntrustedRlp and use in ethcore rlp views (#8316) 2018-04-16 15:52:12 +02:00
lib.rs Rlp decode returns Result (#8527) 2018-05-08 11:22:12 +02:00
rlpin.rs Replace legacy Rlp with UntrustedRlp and use in ethcore rlp views (#8316) 2018-04-16 15:52:12 +02:00
stream.rs Upgrade elastic-array to 0.9.0 2017-06-29 13:05:33 +02:00
traits.rs Replace legacy Rlp with UntrustedRlp and use in ethcore rlp views (#8316) 2018-04-16 15:52:12 +02:00