Commit Graph

16 Commits

Author SHA1 Message Date
Federico Terzi
5256e3e79f
fix(misc): fix clippy warnings (#1342)
* fix(misc): fix clippy warnings

* fix(misc): fix clippy warnings

* fix(misc): fix clippy warnings

* fix(misc): fix clippy warnings

* fix(misc): fix clippy warnings
2022-08-25 21:23:55 +02:00
Federico Terzi
1e92cfef5c fix(misc): fix new clippy warnings 2021-12-11 18:19:56 +01:00
Federico Terzi
bd2abeb8de fix(match): fix clippy warning 2021-12-11 17:25:18 +01:00
Federico Terzi
11fd7ce167 fix(match): fix warnings 2021-10-05 22:06:39 +02:00
Federico Terzi
bfe6b13ae7 feat(match): limit regex buffer size 2021-05-06 21:20:46 +02:00
Federico Terzi
1fad2039d6 refactor(match): remove preserve_case_markers option as it's not needed 2021-04-19 22:02:23 +02:00
Federico Terzi
97b789e946 feat(match): provide word separators in the output of Rolling Match result 2021-04-18 12:21:26 +02:00
Federico Terzi
dd2cc9de17 fix(match): fix bug that prevented the matcher from detecting word matches at start 2021-04-17 20:51:47 +02:00
Federico Terzi
3a0c397410 feat(match): expose struct option fields 2021-04-04 21:59:55 +02:00
Federico Terzi
c0de39fdd0 feat(core): improve basic core structure 2021-04-03 13:55:21 +02:00
Federico Terzi
2a2fbbd792 Format code 2021-03-13 13:45:52 +01:00
Federico Terzi
beab299aa0 Improve Rolling matcher implementation and add Regex matcher 2021-03-13 13:45:37 +01:00
Federico Terzi
fcfca92bc5 Early draft of RegexMatcher 2021-03-11 22:03:28 +01:00
Federico Terzi
b2f28bb739 Finalize first draft of RollingMatcher 2021-03-11 21:16:18 +01:00
Federico Terzi
784e074795 Improve the RollingMatcher implementation 2021-03-10 21:12:23 +01:00
Federico Terzi
1103278ccd Early draft of RollingMatcher 2021-03-09 21:43:07 +01:00