dipstick 0.7.1

A fast and modular metrics library decoupling app instrumentation from reporting backend. Similar to popular logging frameworks, but with counters and timers. Can be configured for combined outputs (log + statsd), random sampling, local aggregation of metrics, recurrent background publication, etc.
Documentation
Templates

Use `cargo test --features="skeptic"` to run the examples in the README using the `skeptic` crate. 
 
```rust,skt-run
#[macro_use] 
extern crate dipstick;
use dipstick::*;
fn main() -> std::result::Result<(), Box<std::error::Error>> {{
    {}
    Ok(())
}}
```

```rust,skt-plain
{}
```