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 doesn't use grayscale and resize_exact image methods, therefore running about ~50% faster
basic usage
use Dhash;
use image;
use Path;