1 | /* |
---|---|
2 | * Copyright (c) 2023. |
3 | * |
4 | * This software is free software; |
5 | * |
6 | * You can redistribute it or modify it under terms of the MIT, Apache License or Zlib license |
7 | */ |
8 | |
9 | //! Fast match finder |
10 | //! |
11 | //! This implements a fast match finder that can match up to one previous match |
12 |