#ipld

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

#762 in Data structures

Download history 124/week @ 2024-07-22 223/week @ 2024-07-29 151/week @ 2024-08-05 233/week @ 2024-08-12 281/week @ 2024-08-19 281/week @ 2024-08-26 211/week @ 2024-09-02 243/week @ 2024-09-09 205/week @ 2024-09-16 209/week @ 2024-09-23 182/week @ 2024-09-30 212/week @ 2024-10-07 137/week @ 2024-10-14 168/week @ 2024-10-21 66/week @ 2024-10-28 148/week @ 2024-11-04

519 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
~42K SLoC