Azure / azure-sdk-for-rust

This repository is for active development of the *unofficial* Azure SDK for Rust. This repository is *not* supported by the Azure SDK team.
MIT License
676 stars 231 forks source link

Consider making `ClientOptions::api_version` a `String` instead of `Option<String>` #1683

Open heaths opened 2 weeks ago

heaths commented 2 weeks ago

Since ClientOptions will implement Default, does it make sense to store api_version as an Option<String>?