dagger-rs/crates/dagger-codegen
kjuulh 57ecf97d23
feat(sdk): without Some in _opts functions
Option has been removed as a wrapper around opts. This makes it much
more convenient to use

```rust
client.container_opts(Some(ContainerOpts{}))
// ->
client.container_opts(ContainerOpts{})
```

The same options are still available, either an empty object can be
passed, or a non _opts function can be used
2023-02-19 17:49:22 +01:00
..
src feat(sdk): without Some in _opts functions 2023-02-19 17:49:22 +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