This repository has been archived by the owner on Oct 23, 2022. It is now read-only.
Ability to derive Serialization to/from IPLD compatible format #417
Labels
enhancement
New feature or request
Is your feature request related to a problem? Please describe.
It'd be nice to be able to derive serializing to and from IPLD without having to manually write that code.
Describe the solution you'd like
Adopt https://github.com/ipfs-rust/rust-ipld, or develop own capability
Describe alternatives you've considered
Using other libraries, developing my own translation layer between structs and IPLD.
Additional context
I'm not sure what the situation is with different implementations, but from a perspective of a developer trying to build some custom protocols running side by side with IPFS node the state of things is very confusing. The ipfs-embed is not compatible with other IPFS clients, does not provide pubsub functionality. And the rust-ipfs does not provide tools to work with IPLD in ergonomic way.
Please let me know, what's the state and direction of this feature, I'd be glad to work on it, if needed.
The text was updated successfully, but these errors were encountered: