extern crate phash; use phash::*; fn main() { //TODO: mmap first argument if it exists; or attempt to mmap stdin; or stream read from stdin into a ParallelDigest etc }