You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 23, 2022. It is now read-only.
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 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.