5 Commits

Author SHA1 Message Date
bootandy
12775db94b Update git ignore to ignore idea 2019-07-01 22:25:06 +01:00
andy.boot
24c97ef92f Rewrite to use walkdir instead of recursion
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.
2018-04-24 14:53:47 +01:00
Silvan Mosberger
bcab66ab8b Don't ignore Cargo.lock
See https://doc.rust-lang.org/cargo/faq.html#why-do-binaries-have-cargolock-in-version-control-but-not-libraries
2018-04-16 16:55:12 +02:00
bootandy
8356cc6e1b hacking away on an experiment 2018-03-16 15:51:44 -04:00
andy boot
88a8d19511 Initial commit 2018-03-11 22:01:59 -04:00