diff options
Diffstat (limited to 'README')
| -rw-r--r-- | README | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -0,0 +1,18 @@ +NAME + libautomata - Stateful automata based string matching + +SYNOPSIS + #include <libautomata.h> + + 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. |
