duplicate_code 0.2.0

A tool for parsing directories scanning all the files within to find duplicate segments of code across files.
1
2
3
pub fn get_blake3_hash(content: &str) -> blake3::Hash {
    blake3::hash(content.as_bytes())
}