dagger-rs/crates/dagger-codegen/src
kjuulh 3a9abb97c2 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 13:12:23 +02:00
..
rust Add thiserror instead of exposing eyre anonymous errors 2023-04-30 13:12:23 +02:00
functions.rs fix: serialization of enum args for graphql (#34) 2023-03-14 13:56:49 +00:00
generator.rs feature/add impl (#6) 2023-02-17 12:33:16 +01:00
lib.rs refactor(dagger-codegen): remove unnecessary mutability from field variable in for loop 2023-04-30 11:37:55 +02:00
utility.rs feature/add impl (#6) 2023-02-17 12:33:16 +01:00
visitor.rs feature/add impl (#6) 2023-02-17 12:33:16 +01:00