Commits
Click on a commit to change the comparison rangerefactor: prefer into()/direct AsRef over explicit camino conversions2 months ago
by stormslowly fix(test): use Utf8PathBuf::as_str in windows-only test2 months ago
by stormslowly perf(cache): compare cache keys by bytes instead of camino component-wise2 months ago
by stormslowly fix(cache): use as_std_path() for cache equality so Windows dedup is correct2 months ago
by stormslowly test(camino): shrink test diff via public path() accessor and tighter conversions2 months ago
by stormslowly refactor(test): use .into() for camino path literals2 months ago
by stormslowly refactor(test): use camino cross-type PartialEq instead of mapping to Utf8PathBuf2 months ago
by stormslowly