[][src]Function hash_browns::pipes::pipe_u32

pub fn pipe_u32(data: &str) -> u32

This is a hash function that emphasizes piping bytes through a preset stream.

Examples

Here is an example how to use it

use hash_browns::pipes::pipe_u32;
println!("the hash of {} is {}", "foo", pipe_u32("foo"));