dipstick 0.7.5

A fast, all-purpose metrics library decoupling instrumentation from reporting backends. Similar to popular logging frameworks, but with counters, timers and gauges. Can combine outputs (e.g. log + graphite), do sampling, aggregation, periodical publication, etc.
Documentation
#[cfg(feature = "skeptic")]
extern crate skeptic;

fn main() {
    // generates documentation tests.
    #[cfg(feature = "skeptic")]
    skeptic::generate_doc_tests(&["README.md", "HANDBOOK.md"]);
}