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.
@@ -16,6 +16,8 @@ Microsoft Azure expose its technologies via REST API. These APIs are easily cons
16
16
17
17
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.
18
18
19
+
From the version 0.7.2 I've used the TryFrom and TryTrait options. This means the library is once again nighlty only (until those lints are stabilized).
20
+
19
21
> **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.
20
22
21
23
## Disclaimer
@@ -212,6 +214,7 @@ If you want to contribute please do! No formality required! :wink:. Please note
212
214
| Put blob page |[https://msdn.microsoft.com/en-us/library/azure/dd179451.aspx](https://msdn.microsoft.com/en-us/library/azure/dd179451.aspx)|
| Put block |[https://msdn.microsoft.com/en-us/library/azure/dd135726.aspx](https://msdn.microsoft.com/en-us/library/azure/dd135726.aspx)|
217
+
| Put block list |[https://docs.microsoft.com/en-us/rest/api/storageservices/put-block-list](https://docs.microsoft.com/en-us/rest/api/storageservices/put-block-list)|
0 commit comments