Preserve matching history items and their order

This commit is contained in:
Kirill Bulatov 2023-09-28 00:23:17 +02:00
parent 541dd994a9
commit 57a95d1799
5 changed files with 151 additions and 16 deletions

View file

@ -4,5 +4,7 @@ mod paths;
mod strings;
pub use char_bag::CharBag;
pub use paths::{match_path_sets, PathMatch, PathMatchCandidate, PathMatchCandidateSet};
pub use paths::{
match_fixed_path_set, match_path_sets, PathMatch, PathMatchCandidate, PathMatchCandidateSet,
};
pub use strings::{match_strings, StringMatch, StringMatchCandidate};