This repository was archived by the owner on Oct 6, 2020. It is now read-only.
Switch to Serde from rustc_serialize
Pre-release
Pre-release
Merge request #14
Refactoring
- Upgraded all the references to the state of the art. This includes Hyper with external TLS support.
- Removed rustc-serialize crate as it's now officially deprecated. Azure SDK for Rust now uses Serde. This closes issue 12.
- Added more end-to-end tests.
- Clippy'd all the code.