ipld / serde_ipld_dagjson

IPLD DAG-JSON support for Serde.
Apache License 2.0
3 stars 2 forks source link

feat: implement Codec trait #2

Closed vmx closed 6 months ago

vmx commented 6 months ago

The Codec trait from ipld-core allows unified access for encoding, decoding and extracting links of encoded IPLD data independent of the codec.

vmx commented 6 months ago

I've pushed a new version, which is using a released ipld-core.

vmx commented 6 months ago

This one was already approved, the only difference is that it was rebased and that it used the ExtractLinks from the new ipld-core release. Hence merging it.