prometheus-exposition-format-rs 0.1.2

A parser for the prometheus exposition format using nom.
Documentation

Prometheus-exposition-format-rs

Build Status crates.io

A simple and quick Rust lib for reading exposition format. This uses nom in an attempt to make it fast and correct.

Disclaimer

This is my first real Rust project. So a lot of things are probably wrong or non idiomatic. Please let me know so I can correct and learn.