This crate provides a naive implementation of a pattern finding algorithm.
It also provides a macro to create the data structure required, pattern
.
This crate isn't recommended to be used as a stand-alone, but wrapped by my signature
crate.
This crate is deprecated in favor of coolfindpattern, which is faster and more ergonomic. It does not have a parallelized counterpart, and no counterpart to the signature crate. This should not be a problem, however.