mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-18 23:02:31 +03:00
9 lines
224 B
Plaintext
9 lines
224 B
Plaintext
for file in &files {
|
|
println!("File: {} ({} bytes)", file.0, file.1.len());
|
|
}
|
|
|
|
let hasher: hamming_lsh::HammingHasher<B, H> = hamming_lsh::HammingHasher::new();
|
|
println!("Created hasher");
|
|
|
|
|