1个不稳定版本

0.1.1 2022年10月23日

20#rlp

Download history • Rust 包仓库 41069/week @ 2024-04-14 • Rust 包仓库 40794/week @ 2024-04-21 • Rust 包仓库 35353/week @ 2024-04-28 • Rust 包仓库 37292/week @ 2024-05-05 • Rust 包仓库 38607/week @ 2024-05-12 • Rust 包仓库 35362/week @ 2024-05-19 • Rust 包仓库 33820/week @ 2024-05-26 • Rust 包仓库 38190/week @ 2024-06-02 • Rust 包仓库 40917/week @ 2024-06-09 • Rust 包仓库 40606/week @ 2024-06-16 • Rust 包仓库 41691/week @ 2024-06-23 • Rust 包仓库 35305/week @ 2024-06-30 • Rust 包仓库 35139/week @ 2024-07-07 • Rust 包仓库 40735/week @ 2024-07-14 • Rust 包仓库 42239/week @ 2024-07-21 • Rust 包仓库 38113/week @ 2024-07-28 • Rust 包仓库

158,104 每月下载量
275 个crate中使用 (通过 open-fastrlp)

Apache-2.0

11KB
243

RLP derive crate

从之前Apache许可证的fastrlp-derive crate分叉而来,在它改变许可证为GPL之前。


lib.rs:

#[derive(RlpEncodable, RlpDecodable)] 提供推导宏。

使用示例请参见 ./tests/rlp.rs

此库还支持在结构体中使用最多1个 #[rlp(default)],类似于 #[serde(default)],但有一个注意事项,即如果字段反序列化失败,我们将使用 Default 值,因为我们不序列化字段名称,也没有办法判断它是否存在。

依赖关系

~1.5MB
~38K SLoC