ipfs-rust / ipfs-embed

A small embeddable ipfs implementation
348 stars 49 forks source link

remove async-std dependency #26

Closed dvc94ch closed 3 years ago

dvc94ch commented 3 years ago

waiting on interval api in async-io and a solution for task spawning

cryptoquick commented 3 years ago

FYI, I'm currently using this with iced, which has a feature flag for async-std.

pretty pls do not break my code with your new code pls tyvm

dvc94ch commented 3 years ago

ipfs-embed will use the async-global-executor and async-io. Fixed in #31

cryptoquick commented 3 years ago

Ah, makes sense. I incorrectly inferred you were moving to tokio.

dvc94ch commented 3 years ago

Closed by #31