ferristseng / rust-ipfs-api

IPFS HTTP client in Rust
Apache License 2.0
247 stars 68 forks source link

Impl Clone for hyper client #88

Closed fooker closed 2 years ago

fooker commented 2 years ago

This allows to re-use the same client in multiple workers

ferristseng commented 2 years ago

Thanks!