[][src]Function cityhash::cityhash_1_1_1::city_hash_64

pub fn city_hash_64(buffer: &[u8]) -> u64

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

use cityhash::cityhash_1_1_1::city_hash_64;

assert_eq!(city_hash_64(b"sentences"), 0xCB79_39E3_91E7_901E);