top | item 35923755

(no title)

telios | 2 years ago

I've used diesel async for personal projects, and while it does work seamlessly with diesel at times, there are some rough edges - I ran into an odd issue where the order of imports from the base diesel package and diesel async mattered, and it would compile with one above the other, but not the other way around.

discuss

order

davidatbu|2 years ago

I've also used with diesel async for personal projects, and I have ran into no rough edges at all, fwiw.