Preserve matching history items and their order
This commit is contained in:
parent
541dd994a9
commit
57a95d1799
5 changed files with 151 additions and 16 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue