ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/lib
Samuel Tardieu 6fd65cca30 git: use &[&str] instead of &[String]
Using &[String] forces the caller to materalize owned strings if they
have only references, which is costly. Using &[&str] makes it cheap
if the caller owns strings as well.
2023-03-02 10:09:08 +01:00
..
gen-protos
src git: use &[&str] instead of &[String] 2023-03-02 10:09:08 +01:00
tests
testutils
build.rs
Cargo.toml