rust-ipfs-api icon indicating copy to clipboard operation
rust-ipfs-api copied to clipboard

Why does this crate not use the `cid` crate?

Open matthiasbeyer opened this issue 4 years ago • 2 comments
trafficstars

Hi, maybe I am misunderstanding something, so I am not sure whether there's an obvious reason why not, ... so why doesn't this crate use the cid crate for the content ids and instead uses String in its API?

matthiasbeyer avatar Apr 03 '21 10:04 matthiasbeyer

Definitely seems like something we could add

ferristseng avatar Apr 04 '21 23:04 ferristseng

Well, how to transform a AddResponse (for example) into a Cid then?

matthiasbeyer avatar Nov 27 '21 10:11 matthiasbeyer