parent
5645ff417c
commit
da24aedc5c
@ -0,0 +1,7 @@
|
|||||||
|
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
|
||||||
|
}
|
Loading…
Reference in new issue