Using try! to Unwrap Results from Directory Operations in Rust

I’ve been looking for an excuse to dive deeper into Rust now that it has reached a stable version (v1.0).  With some recent consolidation of some old hard drives, I have need of a fast duplicate file detector.  I thought that was the perfect excuse to play with Rust and see how it performed. The […]