Cyril Plisko
Cyril Plisko
Just tossing the idea - is it possible to autogenerate the SDK for Azure services? Similar to what rusoto does - is it practical to take the [specs](https://github.com/Azure/azure-rest-api-specs/tree/master/specification) and use...
I am looking for any guidance on how to utilize ARM. Is it just not implemented yet or I am not looking at the right place?
I have following in `Cargo.toml` ``` [package.metadata.release] allow-branch = ["main"] pre-release-commit-message = "Bump version to {{version}}" tag-message = "{{version}}" tag-name = "{{version}}" ... ``` and `cargo release` happily works from...
Update smallvec to a current release
### Problem you are trying to solve Now that [rust-version](https://doc.rust-lang.org/cargo/reference/manifest.html#the-rust-version-field) is stable it makes sense to have a CI task/job that asserts this commitment. In that case, one would need...
It looks like right now there is no way to act on files in more than one single operations. If I want to repetitively write to a specific file -...
The type in question in Go is significantly more complex than just string. It might be beneficial to mimic its Go behavior in this library as well. Perhaps adding various...
Many crates dealing with time and date support both `chrono` and `time`. It might be beneficial for consumers of `schemars` to have support for `time` in addition to `chrono`.
satisfy clippy
Addresses #101