From 4123d3967884916792e14e0ff472045078d6e5f8 Mon Sep 17 00:00:00 2001 From: Aditya Subramanian Date: Fri, 26 Apr 2024 21:24:43 -0400 Subject: [PATCH] add dns-parser to readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 994eaa81..29e3f774 100644 --- a/README.md +++ b/README.md @@ -318,7 +318,8 @@ Here is a (non exhaustive) list of known projects using nom: [GTP](https://github.com/fuerstenau/gorrosion-gtp), [SIP](https://github.com/kurotych/sipcore/tree/master/crates/sipmsg), [SMTP](https://github.com/Ekleog/kannader), -[Prometheus](https://github.com/vectordotdev/vector/blob/master/lib/prometheus-parser/src/line.rs) +[Prometheus](https://github.com/vectordotdev/vector/blob/master/lib/prometheus-parser/src/line.rs), +[DNS](https://github.com/adiSuper94/dns-rs) - Language specifications: [BNF](https://github.com/shnewto/bnf) - Misc formats: