mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2025-02-23 16:21:12 +01:00
The change here is to make it easier for the consumer to debug the api. Such that they can `match` on individual errors instead of having to parse text. eyre is convenient, but mostly from a consumers perspective