##// END OF EJS Templates
rust-matchers: raw regular expression builder...
rust-matchers: raw regular expression builder Extracting this `re_builder()` from `re_matcher()` makes it reusable in more general cases than matching `HgPath` instances and would help reducing code duplication in RHGitaly.

File last commit:

r52014:34e0670c default
r52364:5633de95 stable
Show More
Cargo.toml
4 lines | 97 B | application/toml | TOMLLexer
[workspace]
members = ["hg-core", "hg-cpython", "rhg"]
exclude = ["chg", "hgcli"]
resolver = "2"