1
2
3
4
5
6
7
8
#![allow(warnings)]

// WIP
use dogstatsd::Client as DogClient;

pub trait MetricsClient {

}