| Crates.io | serde_atproto_dagjson |
| lib.rs | serde_atproto_dagjson |
| version | 0.2.0 |
| created_at | 2025-02-09 23:41:11.75582+00 |
| updated_at | 2025-02-09 23:41:11.75582+00 |
| description | At protocol's version of DAG-JSON support for Serde. |
| homepage | |
| repository | https://github.com/FlippingBinary/serde_atproto_dagjson |
| max_upload_size | |
| id | 1549433 |
| size | 77,581 |
This is a Serde implementation for [DAG-JSON] for AT protocol.
It is forked from serde_ipld_dagjson with a few alterations to use the bytes
and $link types defined in AT protocol's data model
rather than the reserved key / defined in IPLD's DAG-JSON.
Any Serde based JSON library can be used for the underlying parsing, by default serde_json is used.
Licensed under either of