prometheus-parse 0.2.5

A simple parser for the Prometheus text format
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Revision history for prometheus-parse

- v0.2.5
    - Fix labels display (thanks @rukai!)
    - Update itertools dependency (thanks @rukai!)

- v0.2.4
    - Make everything Cloneable (thanks @banool!)
    - Remove unneeded features to minimise dependencies (thanks @jbg!)
    - Replace lazy_static with once_cell (thanks @jbg!)

- v0.2.0
    - Bump dependency versions
    - Release to crates.io

- v0.1.1
    - Expose some struct fields as public
    - Initial adaption from prometheus-scrape