nucleo/matcher/src
Pascal Kuthe 960441f3b2
Deprioritize camel case
This change avoids scoring camel case higher than other casing
2023-08-03 00:28:46 +02:00
..
chars move matcher to subcrate 2023-07-26 15:32:04 +02:00
chars.rs Grapheme segment input and match on first grapheme char 2023-07-30 16:48:15 +02:00
config.rs Treat colon as path delimiter 2023-07-30 16:51:49 +02:00
debug.rs move matcher to subcrate 2023-07-26 15:32:04 +02:00
exact.rs move matcher to subcrate 2023-07-26 15:32:04 +02:00
fuzzy_greedy.rs move matcher to subcrate 2023-07-26 15:32:04 +02:00
fuzzy_optimal.rs move matcher to subcrate 2023-07-26 15:32:04 +02:00
lib.rs cleanup bugs 2023-07-30 04:52:44 +02:00
matrix.rs cleanup bugs 2023-07-30 04:52:44 +02:00
multizip.rs move matcher to subcrate 2023-07-26 15:32:04 +02:00
prefilter.rs cleanup bugs 2023-07-30 04:52:44 +02:00
score.rs Deprioritize camel case 2023-08-03 00:28:46 +02:00
tests.rs move matcher to subcrate 2023-07-26 15:32:04 +02:00
utf32_str.rs Grapheme segment input and match on first grapheme char 2023-07-30 16:48:15 +02:00