[][src]Trait fasthash::Fingerprint

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

Generate a good, portable, forever-fixed hash value

Required methods

fn fingerprint(&self) -> T

This is intended to be a good fingerprinting primitive.

Loading content...

Implementations on Foreign Types

impl Fingerprint<u64> for u64[src]

impl Fingerprint<u64> for u128[src]

Loading content...

Implementors

Loading content...