ipfs / go-ipld-format

IPLD Node and Resolver interfaces in Go
https://github.com/ipld/ipld
MIT License
64 stars 26 forks source link

Implement a block decoding system #6

Closed Stebalien closed 7 years ago

Stebalien commented 7 years ago

This way IPLD consumers can decode any supported IPLD format using a single decoder function (assuming the decoding library properly registers its decoder function).