[][src]Function cityhash::cityhash_1_1_1::city_hash_128

pub fn city_hash_128(buffer: &[u8]) -> u128

Returns a 128-bit CityHash of the given slice of bytes.

use cityhash::cityhash_1_1_1::city_hash_128;

assert_eq!(city_hash_128(b"sentences"), 0x0C86_49F6_4B31_D024_0DCC_335E_F92D_3406);