dagger-rs/crates/dagger-sdk/examples
kjuulh 94336d0637 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 18:00:04 +01:00
..
build-the-application feat(sdk): move to &str instead of String and introduce builder. 2023-02-19 18:00:04 +01:00
caching feat(sdk): move to &str instead of String and introduce builder. 2023-02-19 18:00:04 +01:00
existing-dockerfile feat(sdk): move to &str instead of String and introduce builder. 2023-02-19 18:00:04 +01:00
first-pipeline feat(sdk): move to &str instead of String and introduce builder. 2023-02-19 18:00:04 +01:00
multi-stage-build feat(sdk): move to &str instead of String and introduce builder. 2023-02-19 18:00:04 +01:00
publish-the-application feat(sdk): move to &str instead of String and introduce builder. 2023-02-19 18:00:04 +01:00
test-the-application feat(sdk): move to &str instead of String and introduce builder. 2023-02-19 18:00:04 +01:00