Fast DHash
A fast rust implementation of the perceptual hash dhash.
The main difference with other rust implementations, and the reason it is called fast, is that it uses multi-threading and doesn't rely internally on the image crate methods.
Usage
use Dhash;
use open;
use Path;
let path = new;
let image = open;
if let Ok = image