Improve network usage for small text changes (#166)

This commit is contained in:
Andras Schmelczer 2025-11-16 22:10:22 +00:00 committed by GitHub
parent 1da17c462e
commit be1635c26e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 697 additions and 62 deletions

View file

@ -1,4 +1,5 @@
pub mod dedup_paths;
pub mod is_binary;
pub mod is_file_type_mergable;
pub mod normalize;
pub mod rotating_file_writer;