From 6397fb72e49182ebfcdc7da887eeb716406047f0 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Sat, 16 Sep 2023 21:20:40 -0400 Subject: [PATCH] Add README --- README.MD | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.MD diff --git a/README.MD b/README.MD new file mode 100644 index 0000000..d13ac93 --- /dev/null +++ b/README.MD @@ -0,0 +1,5 @@ +# SabreTools.Matching + +This library comprises of code to perform search operations on both byte arrays and streams. There is also an implementation that allows searching for strings in a set of strings, usually used in the context of directory contents. + +Find the link to the Nuget package [here](https://www.nuget.org/packages/SabreTools.Matching).