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
685 stars 232 forks source link

Use `new` consistently for construction and factory methods #1583

Open heaths opened 6 months ago

heaths commented 6 months ago

As a follow-up to #1532 we should use new* consistently for both "constructors" as well as factory methods instead of create*.