scanner-phash 0.2.3

Perceptual hashing utilities used by scanner-core.
Documentation
1
2
3
4
5
//! 64-bit perceptual hash (raw value for downstream use).

mod phash;

pub use phash::{phash_u64, PhashError};