-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. Rust, however, still requires you to Box every future returned by a method. The alternative is to use the ```impl Trait``` feature which is nightly-only. Since I've used it everywhere this library __will require a nightly Rust compiler__ until the ```impl Trait``` makes its way to the stable channel. Also since I'm using an unstable feature there is a very good chance of this code breaking in the future.
0 commit comments