Rust implementation of Prometheus protocol. For protocol specification please check https://github.com/pandoracore/prometheus-spec
prometheus-rust
is written in "Rust"; "Cargo" is its build system and package manager.
Follow the instructions in Rust Install
For those who use "macOS" it is possible to install "Rust" through brew
:
$ brew install rust
$ cargo build
$ cargo test --package prometheus --lib tests