Trait fasthash::Fingerprint [] [src]

pub trait Fingerprint<T> {
    fn fingerprint(&self) -> T;
}

Generate a good, portable, forever-fixed hash value

Required Methods

This is intended to be a good fingerprinting primitive.

Implementors