You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(internal/config): add language to rust module (#3541)
Add `language`, `specification_format` to rust module config. These two
params need to be override when generating the special storage control
library.
Add the following config to `google-cloud-storage` in google-cloud-rust
after merging this PR:
```
- language: rust_storage
output: src/storage/src/control/generated
specification_format: none
```
Fixes#3532
0 commit comments