mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
24c97ef92f
Advised to use walkdir by burntsushi as using recursion on file systems can blow the stack. walkdir is slower but allows the code to be cleaner and more reliable Also experimented with ignore but locking the hashmap resulted in similar performance to walkdir but with much uglier code.
9 lines
147 B
Plaintext
9 lines
147 B
Plaintext
# Generated by Cargo
|
|
# will have compiled files and executables
|
|
/target/
|
|
|
|
# These are backup files generated by rustfmt
|
|
**/*.rs.bk
|
|
*.swp
|
|
.vscode/*
|