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
519 downloads per month
Used in 4 crates
45KB
1.5K
SLoC
Serde IPLD DAG-JSON
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
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
lib.rs
:
DAG-JSON serialization and deserialization.
Dependencies
~1.2–2.1MB
~42K SLoC