Trait simd_adler32::Adler32Hash[][src]

pub trait Adler32Hash {
    fn hash(&self) -> u32;
}

A Adler-32 hash-able type.

Required methods

fn hash(&self) -> u32[src]

Feeds this value into Adler32.

Loading content...

Implementations on Foreign Types

impl Adler32Hash for &[u8][src]

impl Adler32Hash for &str[src]

impl<const SIZE: usize> Adler32Hash for [u8; SIZE][src]

Loading content...

Implementors

Loading content...