## Rust Prometheus utilities
A Rust crate adding helpful utilities on top of the `prometheus` crate, including:
* APIs to instrument futures with Prometheus metrics.
* APIs to ensure greater safety around gauges (through gaurds).
* Labeled metric APIs that apply some static checking to the labels.