serde_ipld_dagjson

IPLD DAG-JSON support for Serde

4 releases

0.2.0 Mar 26, 2024
0.1.2 Mar 18, 2024
0.1.1 Feb 23, 2024
0.1.0 Jan 25, 2024

#1548 in Encoding

Download history 295/week @ 2024-06-13 209/week @ 2024-06-20 344/week @ 2024-06-27 153/week @ 2024-07-04 170/week @ 2024-07-11 103/week @ 2024-07-18 198/week @ 2024-07-25 191/week @ 2024-08-01 152/week @ 2024-08-08 322/week @ 2024-08-15 262/week @ 2024-08-22 198/week @ 2024-08-29 267/week @ 2024-09-05 268/week @ 2024-09-12 128/week @ 2024-09-19 222/week @ 2024-09-26

901 downloads per month
Used in 4 crates

MIT/Apache

45KB
1.5K SLoC

Serde IPLD DAG-JSON

Crates.io Documentation

This is a Serde implementation for [DAG-JSON]. It can be use in conjunction with ipld-core.

Any Serde based JSON library can be used for the underlying parsing, by default serde_json is used.

License

Licensed under either of

at your option.


lib.rs:

DAG-JSON serialization and deserialization.

Dependencies

~1.2–2.1MB
~43K SLoC