ferristseng / rust-ipfs-api

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

Refactor async test cases to use actix macro #138

Closed iamjpotts closed 10 months ago

iamjpotts commented 11 months ago

Use actix_rt::test instead of building a custom runtime.