Skip to content
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

Choose a tag to compare

@MindFlavor MindFlavor released this 03 May 21:46
· 667 commits to master since this 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.