jj/lib/testutils/src
Yuya Nishihara 28ab9593c3 repo_path: split RepoPath into owned and borrowed types
This enables cheap str-to-RepoPath cast, which is useful when sorting and
filtering a large Vec<(String, _)> list by using matcher for example. It
will also eliminate temporary allocation by repo_path.parent().
2023-11-28 07:33:28 +09:00
..
lib.rs repo_path: split RepoPath into owned and borrowed types 2023-11-28 07:33:28 +09:00
test_backend.rs repo_path: add stub RepoPathBuf type, update callers 2023-11-28 07:33:28 +09:00