Metrics collection for Rust.
Add this to your Cargo.toml
:
```toml [dependencies.metrics]
git = "https://github.com/posix4e/rust-metrics.git" ```
And add this to your crate root:
rust
extern crate metrics
rust-metrics
is primarily distributed under the terms of both the MIT license and the
Apache License (Version 2.0).
See LICENSE-APACHE, LICENSE-MIT for details.
Copyright (c) 2015 Alex Newman.