mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-02 18:01:05 +00:00
6fd65cca30
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. |
||
---|---|---|
.. | ||
gen-protos | ||
src | ||
tests | ||
testutils | ||
build.rs | ||
Cargo.toml |