ipfs-rust / ipfs-embed

A small embeddable ipfs implementation
348 stars 49 forks source link

Derive Debug for Ipfs #62

Closed rklaehn closed 3 years ago

rklaehn commented 3 years ago

...and for its components.

Slightly annoying to not have it.

cryptoquick commented 3 years ago

Heh, someone had to say it. :)

dvc94ch commented 3 years ago

Will be in the next release. Looks like a libp2p release will take a while, but I also need to finish some of the libp2p-quic/noise details before this can be released. If I don't finish before the next libp2p release I'll add feature gates for the quic parts.