prometheus_wire/
lib.rs

1/// Nom based line parser for the exposition format specified at [Prometheus documentation](https://prometheus.io/docs/instrumenting/exposition_formats/)
2pub mod parser;
3
4// #[cfg(test)]
5// mod tests {
6//     #[test]
7//     fn it_works() {
8//         assert_eq!(2 + 2, 4);
9//     }
10// }