rust-ipfs-api
rust-ipfs-api copied to clipboard
Why does this crate not use the `cid` crate?
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?
Definitely seems like something we could add
Well, how to transform a AddResponse (for example) into a Cid then?