@@ 47,6 47,11 @@ Flags:
--version
```
+# LogFmt Parser
+
+LogQuery also implements its own LogFmt parser via the [parser
+module](https://pkg.go.dev/git.sr.ht/~charles/logquery/parser).
+
# Performance
The initial version of LogQuery was written in Python, and achieved a
@@ 60,6 65,7 @@ and compression enabled).
* LogQuery currently works by reading the entire input stream into an in-memory
database. This means it can take a while for large input files.
+
# Future Work
* Support more output formats