Merge branch 'master' into pip-msg

This commit is contained in:
Robert Habermeier
2017-03-22 13:14:28 +01:00
78 changed files with 611 additions and 410 deletions

View File

@@ -18,6 +18,9 @@
//! The request service is implemented using Futures. Higher level request handlers
//! will take the raw data received here and extract meaningful results from it.
// TODO [ToDr] Suppressing deprecation warnings. Rob will fix the API anyway.
#![allow(deprecated)]
use std::collections::HashMap;
use std::sync::Arc;