Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1mod char_bag; 2mod matcher; 3mod paths; 4mod strings; 5 6pub use char_bag::CharBag; 7pub use paths::{match_path_sets, PathMatch, PathMatchCandidate, PathMatchCandidateSet}; 8pub use strings::{match_strings, StringMatch, StringMatchCandidate};