1 unstable release

0.1.0 Feb 13, 2020

#9 in #rlp

Download history 45760/week @ 2024-02-27 45694/week @ 2024-03-05 51486/week @ 2024-03-12 50348/week @ 2024-03-19 47263/week @ 2024-03-26 51185/week @ 2024-04-02 46707/week @ 2024-04-09 48895/week @ 2024-04-16 48584/week @ 2024-04-23 41487/week @ 2024-04-30 46333/week @ 2024-05-07 44698/week @ 2024-05-14 42244/week @ 2024-05-21 44065/week @ 2024-05-28 48087/week @ 2024-06-04 40506/week @ 2024-06-11

182,073 downloads per month
Used in 344 crates (11 directly)

MIT/Apache

11KB
255 lines

Continuous integration

parity-common

Collection of crates used in Parity Technologies projects


lib.rs:

Derive macro for #[derive(RlpEncodable, RlpDecodable)].

For example of usage see ./tests/rlp.rs.

This library also supports up to 1 #[rlp(default)] in a struct, which is similar to #[serde(default)] with the caveat that we use the Default value if the field deserialization fails, as we don't serialize field names and there is no way to tell if it is present or not.

Dependencies

~1.5MB
~34K SLoC