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
{{ message }}
This repository was archived by the owner on Oct 6, 2020. It is now read-only.
@@ -19,9 +19,7 @@ Microsoft Azure expose its technologies via REST API. These APIs are easily cons
19
19
20
20
This crate relies heavily on the excellent crate called [Hyper](https://github.com/hyperium/hyper). As of this library version [0.4.0](https://github.com/MindFlavor/AzureSDKForRust/releases/tag/0.4.0) all the methods are future-aware.
21
21
22
-
~~From version [0.7.2](https://github.com/MindFlavor/AzureSDKForRust/releases/tag/0.7.2) I've used the TryFrom and TryTrait options. This means the library is once again nightly only (until those lints are stabilized). The relative issue is: [https://github.com/rust-lang/rust/issues/33417](https://github.com/rust-lang/rust/issues/33417).~~
23
-
This is addressed in the upcoming version. The crate no longer uses TryFrom so it can be compiled with the stable compiler.
24
-
22
+
From version 0.8.0 for Cosmos and 0.9.0 for Storage the repo is embracing the builder pattern. This is still an in-progress transition but the resulting API is much more easy to use. Also most checks have been moved to compile-time. Unfortunately the changes are not backward-compatibile. As soon as am I able I will try and blog on the approach taken here.
25
23
26
24
> **NOTE:** This repository is under heavy development and is likely to break over time. The current releases will probabily contain bugs. As usual open issues if you find any.
0 commit comments