ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/lib
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
..
benches
gen-protos
src repo_path: split RepoPath into owned and borrowed types 2023-11-28 07:33:28 +09:00
tests repo_path: split RepoPath into owned and borrowed types 2023-11-28 07:33:28 +09:00
testutils repo_path: split RepoPath into owned and borrowed types 2023-11-28 07:33:28 +09:00
Cargo.toml cargo: add ref-cast dependency 2023-11-26 18:21:40 +09:00
LICENSE