duplicate_code 0.8.1

A tool for parsing directories scanning all the files within to find duplicate segments of code across files.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Generated by Cargo
debug/
target/

# Generated by rustfmt
**/*.rs.bk

# Generated by proptest
proptest-regressions/

# Generated by Python virtual environments
.venv/

# Generated by Python
__pycache__/

# Generated by IntelliJ IDEA
.idea/