rust-ipfs
rust-ipfs copied to clipboard
Make IpldDag and Ipns async_traits
This was a part of https://github.com/rs-ipfs/rust-ipfs/pull/264 which was surprisingly painless and seems more idiomatic than the current approach of creating ad-hoc intermediate structs containing an Ipfs (which is internally an Arc).
Oof, forgot the tests :smile:.