I rewrote my code using another #ipfs crate yesterday. Today I am told that the crate should not be used because it is not finished.
So I will rewrite it again with the third crate, which I remember as hard to use.
Damn. Maybe it will work out. I really hope so!
#rust
@musicmatze oh, I feel the pain. I went through similar hurdles when async was brand new with all the different runtimes and approaches. My lessons learned: build something that just works now, how ugly it might be. In a couple of months when your project progresses the whole ecosystem might look completely different. Pin the version or even fork the current state and safe the rewrite for a later state when you know in which direction you're heading.