From 215baf6a80f75b35bcf37faaa29506dfabb087ad Mon Sep 17 00:00:00 2001 From: max-ishere <47008271+max-ishere@users.noreply.github.com> Date: Sat, 27 Jan 2024 19:08:39 +0200 Subject: [PATCH] doc(examples): Added readme to the examples folder --- examples/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 examples/README.md diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 0000000..e008592 --- /dev/null +++ b/examples/README.md @@ -0,0 +1,7 @@ +# Parser examples + +This folder contains examples that were used to test the correctness of parsers on real full files. They are minimal +enough for you to understand how to use this crate as library for your usecase, as well as how these parser modules work +if you wish to contribute to the project. + +There is a doc comment at the top of each of the examples that goes into more detail about each file and the parser inside. \ No newline at end of file