dagger-rs/crates
kjuulh c14cd64453
feat(sdk): move to &str instead of String and introduce builder.
This will make the api much easier to use, as we can now rely on ""
instead of "".into() for normal string values.

Introduced builder as well, which makes it much easier to use *Opts, as
it can handle the building of that, and get the benefits from String ->
&str, as that is currently not allowed for optional values
2023-02-19 17:21:40 +01:00
..
dagger-codegen feat(sdk): move to &str instead of String and introduce builder. 2023-02-19 17:21:40 +01:00
dagger-core Release dagger-core v0.2.2, dagger-codegen v0.2.2, dagger-rs v0.2.8 2023-02-19 12:27:28 +01:00
dagger-sdk feat(sdk): move to &str instead of String and introduce builder. 2023-02-19 17:21:40 +01:00