Add README

This commit is contained in:
Matt Nadareski
2023-09-16 21:20:40 -04:00
parent ccab7a5b39
commit 6397fb72e4

5
README.MD Normal file
View File

@@ -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).