dagger-rs/crates/dagger-sdk/examples/publish-the-application
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
..
app add more quickstart 2023-02-17 17:29:23 +01:00
main.rs feat(sdk): without Some in _opts functions 2023-02-19 17:49:22 +01:00