Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.15 KB

README.md

File metadata and controls

23 lines (13 loc) · 1.15 KB

Build Status Codacy Badge Coverage Status

Prometheus library on Rust

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.

Install "Rust" and "Cargo"

Follow the instructions in Rust Install For those who use "macOS" it is possible to install "Rust" through brew:

$ brew install rust

Build prometheus-rust

$ cargo build

Run the tests

$ cargo test --package prometheus --lib tests