dagger-rs/crates/dagger-codegen
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
..
src feat(sdk): move to &str instead of String and introduce builder. 2023-02-19 18:00:04 +01:00
Cargo.lock with scalars 2023-01-29 13:29:11 +01:00
Cargo.toml Release dagger-sdk v0.2.3, dagger-codegen v0.2.3, dagger-rs v0.2.9 2023-02-19 15:30:08 +01:00
CHANGELOG.md Release dagger-sdk v0.2.3, dagger-codegen v0.2.3, dagger-rs v0.2.9 2023-02-19 15:30:08 +01:00
LICENSE.MIT with readme and license 2023-02-17 18:12:02 +01:00
README.md with readme and license 2023-02-17 18:12:02 +01:00