Refactored the whole crate to use failure.

This commit is contained in:
Aaron Weiss 2018-01-28 00:52:11 +01:00
parent 8782f66de4
commit 5266e4098d
No known key found for this signature in database
GPG key ID: 047D32DF25DC22EF
14 changed files with 513 additions and 270 deletions

View file

@ -25,7 +25,7 @@ bufstream = "0.1"
bytes = "0.4"
chrono = "0.4"
encoding = "0.2"
error-chain = "0.10"
failure = "0.1"
futures = "0.1"
log = "0.3"
native-tls = "0.1"