dagger-rs/crates/dagger-sdk/src
kjuulh 6b82e523bd
Add thiserror instead of exposing eyre anonymous errors
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
2023-04-30 12:57:50 +02:00
..
client.rs Add thiserror instead of exposing eyre anonymous errors 2023-04-30 12:57:50 +02:00
errors.rs Add thiserror instead of exposing eyre anonymous errors 2023-04-30 12:57:50 +02:00
gen.rs Add thiserror instead of exposing eyre anonymous errors 2023-04-30 12:57:50 +02:00
lib.rs Add thiserror instead of exposing eyre anonymous errors 2023-04-30 12:57:50 +02:00
logging.rs feat: with loggers 2023-03-14 23:21:14 +01:00
querybuilder.rs Add thiserror instead of exposing eyre anonymous errors 2023-04-30 12:57:50 +02:00