From ae89f342b51cb4ef71f18e89b74585cd61b05a60 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 17 Dec 2025 16:20:43 +0100 Subject: First commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- README | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..e65fa24 --- /dev/null +++ b/README @@ -0,0 +1,18 @@ +NAME + libautomata - Stateful automata based string matching + +SYNOPSIS + #include + + Link with -lautomata. + +DESCRIPTION + libautomata provides function for creating, string + matching automata that can be feed in chunks, allowing + online processing of massive data sets. The automata + are resetable and clonable, allowing the user to search + multiple data sets but only run the automata building + phase once. + +SEE ALSO + None. -- cgit v1.2.3-70-g09d2