Crates.io | prometheus-exposition-format-rs |
lib.rs | prometheus-exposition-format-rs |
version | 0.1.2 |
source | src |
created_at | 2020-04-19 13:06:55.923687 |
updated_at | 2020-04-20 13:59:55.030483 |
description | A parser for the prometheus exposition format using nom. |
homepage | |
repository | https://github.com/lahabana/prometheus-exposition-format-rs |
max_upload_size | |
id | 231917 |
size | 104,508 |
A simple and quick Rust lib for reading exposition format. This uses nom in an attempt to make it fast and correct.
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.